Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: components/gcm_driver/gcm_driver_android.h

Issue 1830983002: Implement InstanceIDAndroid using InstanceIDWithSubtype.java (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid1subtype
Patch Set: Make mNativeInstanceIDAndroid non-final Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/gcm_driver/gcm_driver_android.h
diff --git a/components/gcm_driver/gcm_driver_android.h b/components/gcm_driver/gcm_driver_android.h
index 5944b85b1f3f7b3a648dfefbf14f557743ec74ce..ab5c9f3700aa1087c515270b70c4052e6c31856e 100644
--- a/components/gcm_driver/gcm_driver_android.h
+++ b/components/gcm_driver/gcm_driver_android.h
@@ -51,7 +51,7 @@ class GCMDriverAndroid : public GCMDriver,
const base::android::JavaParamRef<jobjectArray>& data_keys_and_values);
// Register JNI methods.
- static bool RegisterBindings(JNIEnv* env);
+ static bool RegisterJni(JNIEnv* env);
// GCMDriver implementation:
void OnSignedIn() override;
« no previous file with comments | « components/gcm_driver/android/component_jni_registrar.cc ('k') | components/gcm_driver/gcm_driver_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698