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

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

Issue 2754203004: 📰 Add tests for context menu usage (Closed)
Patch Set: rebase, dependent patch landing makes the tests pass Created 3 years, 9 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 ed3003c5309af8c22540f2ebf28006aeacd6c7f7..cb2eccdc7bd5ca7f5ada4d5c3a4b9da6a10ac9d9 100644
--- a/chrome/browser/android/chrome_jni_registrar.cc
+++ b/chrome/browser/android/chrome_jni_registrar.cc
@@ -323,7 +323,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
{"LogoBridge", RegisterLogoBridge},
{"MediaDrmCredentialManager",
MediaDrmCredentialManager::RegisterMediaDrmCredentialManager},
- {"MostVisitedSites", MostVisitedSitesBridge::Register},
+ {"MostVisitedSitesBridge", MostVisitedSitesBridge::Register},
{"NativeInfoBar", RegisterNativeInfoBar},
{"ExternalEstimateProviderAndroid",
chrome::android::RegisterExternalEstimateProviderAndroid},

Powered by Google App Engine
This is Rietveld 408576698