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

Unified Diff: chrome/browser/media/router/media_route.cc

Issue 2379703002: [Presentation API] (alternative) 1-UA: send message between controller and receiver page (Closed)
Patch Set: merge with master Created 4 years, 1 month 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/router/media_route.cc
diff --git a/chrome/browser/media/router/media_route.cc b/chrome/browser/media/router/media_route.cc
index fd35ba3478ed0fabdc0bebef285b2598d68efb46..0ff29997cd438399f05d917ea711b3c3aaea7423 100644
--- a/chrome/browser/media/router/media_route.cc
+++ b/chrome/browser/media/router/media_route.cc
@@ -23,12 +23,12 @@ MediaRoute::MediaRoute(const MediaRoute::Id& media_route_id,
is_local_(is_local),
custom_controller_path_(custom_controller_path),
for_display_(for_display),
- incognito_(false) {}
+ incognito_(false),
+ is_offscreen_presentation_(false) {}
MediaRoute::MediaRoute(const MediaRoute& other) = default;
-MediaRoute::~MediaRoute() {
-}
+MediaRoute::~MediaRoute() = default;
bool MediaRoute::Equals(const MediaRoute& other) const {
return media_route_id_ == other.media_route_id_;
« no previous file with comments | « chrome/browser/media/router/media_route.h ('k') | chrome/browser/media/router/media_router_dialog_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698