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

Unified Diff: chrome/browser/media/router/media_sink.h

Issue 2386633003: [Media Router] Convert MediaRouter to use GURL for presentation URLs. (Closed)
Patch Set: Respond to dcheng@ comment Created 4 years, 2 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/router/media_sink.h
diff --git a/chrome/browser/media/router/media_sink.h b/chrome/browser/media/router/media_sink.h
index e850d481fe0adb42c985e5c016c180431dd4157a..e12b6b16f55de968635b3955b6f2484c8dfe3d5e 100644
--- a/chrome/browser/media/router/media_sink.h
+++ b/chrome/browser/media/router/media_sink.h
@@ -45,9 +45,7 @@ class MediaSink {
description_ = description;
}
const std::string& description() const { return description_; }
- void set_domain(const std::string& domain) {
- domain_ = domain;
- }
+ void set_domain(const std::string& domain) { domain_ = domain; }
const std::string& domain() const { return domain_; }
IconType icon_type() const { return icon_type_; }
« no previous file with comments | « chrome/browser/media/router/media_router.h ('k') | chrome/browser/media/router/media_sinks_observer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698