Bug 1168292 - Part 1: update SYSTEM_APP_ID. r=dimi

This commit is contained in:
Yoshi Huang 2015-05-27 11:50:14 +08:00
parent 25f59862e0
commit 6021f94f4b
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ this.RF_EVENT_STATE_CHANGED = 0x06;
this.FOCUS_CHANGED = 0x07;
// This value should sync with |SYSTEM_APP_ID| in nsINfcContentHelper.idl
this.SYSTEM_APP_ID = -1;
this.SYSTEM_APP_ID = 0;
// Allow this file to be imported via Components.utils.import().
this.EXPORTED_SYMBOLS = Object.keys(this);

View File

@ -115,10 +115,10 @@ interface nsINfcRequestCallback : nsISupports
void notifyError(in DOMString errorMsg);
};
[scriptable, uuid(7ae94107-adc9-4467-ae44-72f9a91f3ee8)]
[scriptable, uuid(2dbc73d4-ba16-4c89-bce5-3c22cee6b50a)]
interface nsINfcBrowserAPI : nsISupports
{
const int32_t SYSTEM_APP_ID = -1;
const int32_t SYSTEM_APP_ID = 0;
void setFocusApp(in uint64_t tabId,
in boolean isFocus);