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

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

Issue 2788783002: [Cast,Android] Handle some PresentationAPI edge cases (Closed)
Patch Set: Fixed the unittests Created 3 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/media/android/router/media_router_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a339bf73fef3207767d7ba71d3aa87760a44da4b..9ed33156ef039666fc9135449826b26cc060378e 100644
--- a/chrome/browser/android/chrome_jni_registrar.cc
+++ b/chrome/browser/android/chrome_jni_registrar.cc
@@ -269,7 +269,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
{"ChromeHttpAuthHandler",
ChromeHttpAuthHandler::RegisterChromeHttpAuthHandler},
#if defined(ENABLE_MEDIA_ROUTER)
- {"ChromeMediaRouter", media_router::MediaRouterAndroid::Register},
+ {"ChromeMediaRouter", media_router::MediaRouterAndroidBridge::Register},
{"ChromeMediaRouterDialogController",
media_router::MediaRouterDialogControllerAndroid::Register},
#endif
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/media/android/router/media_router_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698