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

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

Issue 1814923002: Nuke NotificationUIManager from PlatformNotificationServiceImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@profile_manager_load
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 715659cbfc30956c9896b1549a9f462a601a6e11..09df4d1ccc184a7d822239378c1f7dbe8ab69572 100644
--- a/chrome/browser/android/chrome_jni_registrar.cc
+++ b/chrome/browser/android/chrome_jni_registrar.cc
@@ -310,7 +310,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
RegisterExternalEstimateProviderAndroid},
{"NewTabPagePrefs", NewTabPagePrefs::RegisterNewTabPagePrefs},
{"NotificationUIManager",
- NotificationUIManagerAndroid::RegisterNotificationUIManager},
+ NotificationUIManagerAndroid::RegisterNotificationBridge},
{"NTPSnippetsBridge", NTPSnippetsBridge::Register},
{"NTPSnippetsLauncher", NTPSnippetsLauncher::Register},
{"OAuth2TokenServiceDelegateAndroid",

Powered by Google App Engine
This is Rietveld 408576698