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

Unified Diff: chrome/browser/android/intent_helper.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/android/intent_helper.h
diff --git a/chrome/browser/android/intent_helper.h b/chrome/browser/android/intent_helper.h
index c6f724ca9055fb05bd169133de60342794d12346..7a6e11557419f1a223536ce53674508ddc33387f 100644
--- a/chrome/browser/android/intent_helper.h
+++ b/chrome/browser/android/intent_helper.h
@@ -22,8 +22,6 @@ void SendEmail(const base::string16& data_email,
// Triggers an intent to open the date and time settings.
void OpenDateAndTimeSettings();
-bool RegisterIntentHelper(JNIEnv* env);
-
} // namespace android
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698