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

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

Issue 1899683003: NTP tiles: Split C++ and Java MostVisitedSites classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 cc3ce9076bdbed694b9c7a48c4787da9dfab9d28..b06b611059a95720a71ab4e2d7269d466b272f19 100644
--- a/chrome/browser/android/chrome_jni_registrar.cc
+++ b/chrome/browser/android/chrome_jni_registrar.cc
@@ -306,7 +306,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
{"LogoBridge", RegisterLogoBridge},
{"MediaDrmCredentialManager",
MediaDrmCredentialManager::RegisterMediaDrmCredentialManager},
- {"MostVisitedSites", MostVisitedSites::Register},
+ {"MostVisitedSites", MostVisitedSitesJavaBridge::Register},
{"NativeInfoBar", RegisterNativeInfoBar},
{"ExternalEstimateProviderAndroid",
RegisterExternalEstimateProviderAndroid},

Powered by Google App Engine
This is Rietveld 408576698