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

Unified Diff: components/gcm_driver/instance_id/scoped_use_fake_instance_id_android.h

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android: Don't require RegisterNatives if there are none Created 4 years, 4 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/instance_id/scoped_use_fake_instance_id_android.h
diff --git a/components/gcm_driver/instance_id/scoped_use_fake_instance_id_android.h b/components/gcm_driver/instance_id/scoped_use_fake_instance_id_android.h
index 3a212c9d1b7744cb458ac492fc9dd58f88a33119..6fbe9dccf18150925879abb0cd10635e5648434b 100644
--- a/components/gcm_driver/instance_id/scoped_use_fake_instance_id_android.h
+++ b/components/gcm_driver/instance_id/scoped_use_fake_instance_id_android.h
@@ -18,9 +18,6 @@ class ScopedUseFakeInstanceIDAndroid {
ScopedUseFakeInstanceIDAndroid();
~ScopedUseFakeInstanceIDAndroid();
- // Register JNI methods.
- static bool RegisterJni(JNIEnv* env);
-
private:
bool previous_value_;

Powered by Google App Engine
This is Rietveld 408576698