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

Unified Diff: chrome/browser/android/chrome_jni_registrar.cc

Issue 11743011: Add history popup when long pressing on the back key. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use a padding drawable for null favicons to avoid jumping UI. Created 7 years, 12 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/chrome_jni_registrar.cc
diff --git a/chrome/browser/android/chrome_jni_registrar.cc b/chrome/browser/android/chrome_jni_registrar.cc
index f4d280b8f1f4b801aaca937e1065470476b7e72a..70547bfbc10f23efcbf5926b19384f579b6918b2 100644
--- a/chrome/browser/android/chrome_jni_registrar.cc
+++ b/chrome/browser/android/chrome_jni_registrar.cc
@@ -16,6 +16,7 @@
#include "chrome/browser/ui/android/autofill/autofill_popup_view_android.h"
#include "chrome/browser/ui/android/chrome_http_auth_handler.h"
#include "chrome/browser/ui/android/javascript_app_modal_dialog_android.h"
+#include "chrome/browser/ui/android/navigation_popup.h"
#include "content/components/navigation_interception/component_jni_registrar.h"
#include "content/components/web_contents_delegate_android/color_chooser_android.h"
#include "content/components/web_contents_delegate_android/component_jni_registrar.h"
@@ -37,7 +38,8 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
{ "DevToolsServer", RegisterDevToolsServer },
{ "IntentHelper", RegisterIntentHelper },
{ "JavascriptAppModalDialog",
- JavascriptAppModalDialogAndroid::RegisterJavascriptAppModalDialog },
+ JavascriptAppModalDialogAndroid::RegisterJavascriptAppModalDialog },
+ { "NavigationPopup", NavigationPopup::RegisterNavigationPopup },
{ "ProcessUtils", RegisterProcessUtils },
{ "SqliteCursor", SQLiteCursor::RegisterSqliteCursor },
{ "navigation_interception", content::RegisterNavigationInterceptionJni },

Powered by Google App Engine
This is Rietveld 408576698