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

Unified Diff: chrome/browser/lifetime/application_lifetime_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: chrome/browser/lifetime/application_lifetime_android.h
diff --git a/chrome/browser/lifetime/application_lifetime_android.h b/chrome/browser/lifetime/application_lifetime_android.h
index 604781cbaadf69368ae8329d5461bc0e1d740386..9b5b718eeeb58669a8bce075862e367415c37ac6 100644
--- a/chrome/browser/lifetime/application_lifetime_android.h
+++ b/chrome/browser/lifetime/application_lifetime_android.h
@@ -11,8 +11,6 @@ namespace chrome {
void TerminateAndroid();
-bool RegisterApplicationLifetimeAndroid(JNIEnv* env);
-
} // namespace chrome
#endif // CHROME_BROWSER_LIFETIME_APPLICATION_LIFETIME_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698