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

Unified Diff: chrome/browser/ui/toolbar/media_router_action.h

Issue 1228863005: [MediaRouter] The minimal change to make everything build on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the include for MediaRouterDialogControllerImpl Created 5 years, 5 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/ui/toolbar/media_router_action.h
diff --git a/chrome/browser/ui/toolbar/media_router_action.h b/chrome/browser/ui/toolbar/media_router_action.h
index d437fa98899dafbb1d56132b88f8b2fb67be7319..2fbf52e0f71f380d6c15b10498785c8a34e80207 100644
--- a/chrome/browser/ui/toolbar/media_router_action.h
+++ b/chrome/browser/ui/toolbar/media_router_action.h
@@ -11,7 +11,7 @@ class Browser;
class MediaRouterActionPlatformDelegate;
namespace media_router {
-class MediaRouterDialogController;
+class MediaRouterDialogControllerImpl;
} // namespace media_router
// The class for the Media Router component action that will be shown in
@@ -46,7 +46,8 @@ class MediaRouterAction : public ToolbarActionViewController {
// Returns a reference to the MediaRouterDialogController associated with
// |delegate_|'s current WebContents. Guaranteed to be non-null.
// |delegate_| and its current WebContents must not be null.
- media_router::MediaRouterDialogController* GetMediaRouterDialogController();
mark a. foltz 2015/07/22 21:16:39 Why does this API need to be changed to use the im
whywhat 2015/07/22 22:55:01 Well, I assumed that webui/ classes can use the we
mark a. foltz 2015/07/22 23:05:55 Okay, if the methods make sense in the MediaRouter
+ media_router::MediaRouterDialogControllerImpl*
+ GetMediaRouterDialogController();
const std::string id_;
const base::string16 name_;

Powered by Google App Engine
This is Rietveld 408576698