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

Unified Diff: chrome/browser/media/android/router/media_router_android.cc

Issue 1270353003: [PresentationAPI, Android] Add ChromeMediaRouterDialogController.java and bind it with the native M… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media-router-jni
Patch Set: Created 5 years, 4 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/media/android/router/media_router_android.cc
diff --git a/chrome/browser/media/android/router/media_router_android.cc b/chrome/browser/media/android/router/media_router_android.cc
index cfd3c3f4cc9d580fcace49928e8a8e40372f3f51..303295d246d42da448a23cb581f998708a659619 100644
--- a/chrome/browser/media/android/router/media_router_android.cc
+++ b/chrome/browser/media/android/router/media_router_android.cc
@@ -16,7 +16,8 @@ MediaRouterAndroid::MediaRouterAndroid(content::BrowserContext*) {
java_media_router_.Reset(Java_ChromeMediaRouter_create(
env,
reinterpret_cast<intptr_t>(this),
- base::android::GetApplicationContext()));}
+ base::android::GetApplicationContext()));
+}
MediaRouterAndroid::~MediaRouterAndroid() {
}

Powered by Google App Engine
This is Rietveld 408576698