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

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 cc3ce9076bdbed694b9c7a48c4787da9dfab9d28..9b75990f8d9acc9967b0eb9341e99c818207b742 100644
--- a/chrome/browser/android/chrome_jni_registrar.cc
+++ b/chrome/browser/android/chrome_jni_registrar.cc
@@ -312,7 +312,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
RegisterExternalEstimateProviderAndroid},
{"NewTabPagePrefs", NewTabPagePrefs::RegisterNewTabPagePrefs},
{"NotificationUIManager",
- NotificationUIManagerAndroid::RegisterNotificationUIManager},
+ NotificationUIManagerAndroid::RegisterNotificationPlatformBridge},
{"NTPSnippetsBridge", NTPSnippetsBridge::Register},
{"NTPSnippetsLauncher", NTPSnippetsLauncher::Register},
{"OAuth2TokenServiceDelegateAndroid",

Powered by Google App Engine
This is Rietveld 408576698