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

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

Issue 2176613003: [Media Router] Clean up issues related code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests Created 4 years 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/media/android/router/media_router_android.h ('k') | chrome/browser/media/router/issue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2487387e60903bba61dbe2107bbe8cff51ae5d37..e181983e78b884ad2e5213f30c809cc695a2addc 100644
--- a/chrome/browser/media/android/router/media_router_android.cc
+++ b/chrome/browser/media/android/router/media_router_android.cc
@@ -209,7 +209,7 @@ void MediaRouterAndroid::SendRouteBinaryMessage(
jbyte_array, callback_id);
}
-void MediaRouterAndroid::AddIssue(const Issue& issue) {
+void MediaRouterAndroid::AddIssue(const IssueInfo& issue_info) {
NOTIMPLEMENTED();
}
« no previous file with comments | « chrome/browser/media/android/router/media_router_android.h ('k') | chrome/browser/media/router/issue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698