Bug 720632 - Part 2: XPCOMtaminate SmsRequestManager. r=cjones,mounir

This commit is contained in:
Philipp von Weitershausen
2012-02-16 14:50:52 -08:00
parent 24e2c3acda
commit 5458ab1102
8 changed files with 144 additions and 155 deletions

View File

@@ -327,9 +327,9 @@ public class GeckoSmsManager
public final static String ACTION_SMS_DELIVERED = "org.mozilla.gecko.SMS_DELIVERED";
/*
* Make sure that the following error codes are in sync with |ErrorType| in:
* dom/sms/src/Types.h
* The error code are owned by the DOM.
* Make sure that the following error codes are in sync with the ones
* defined in dom/sms/interfaces/nsISmsRequestManager.idl. They are owned
* owned by the interface.
*/
public final static int kNoError = 0;
public final static int kNoSignalError = 1;