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

Unified Diff: chrome/browser/ui/webui/media_router/media_router_ui.h

Issue 1173753003: [Media Router] Implement JoinRoute + update CreateRoute API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fix again x2 Created 5 years, 6 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/media/router/test_helper.h ('k') | chrome/browser/ui/webui/media_router/media_router_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/media_router/media_router_ui.h
diff --git a/chrome/browser/ui/webui/media_router/media_router_ui.h b/chrome/browser/ui/webui/media_router/media_router_ui.h
index be21125fcfae459c5a5d10b24f04ece4b4c45012..bec84a8e19033633d0d16d8ea6c4213867fb8cad 100644
--- a/chrome/browser/ui/webui/media_router/media_router_ui.h
+++ b/chrome/browser/ui/webui/media_router/media_router_ui.h
@@ -98,6 +98,8 @@ class MediaRouterUI
// initially loaded. The header text is determined by the preferred cast mode.
std::string GetInitialHeaderText() const;
+ // Returns the hostname of the default source's parent frame URL.
+ std::string GetFrameURLHost() const;
bool has_pending_route_request() const { return has_pending_route_request_; }
const GURL& frame_url() const { return frame_url_; }
const std::vector<MediaSinkWithCastModes>& sinks() const { return sinks_; }
« no previous file with comments | « chrome/browser/media/router/test_helper.h ('k') | chrome/browser/ui/webui/media_router/media_router_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698