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

Unified Diff: chrome/common/media_router/discovery/media_sink_internal.h

Issue 2701633002: [Media Router] Add DialMediaSinkService and DeviceDescriptionService (Closed)
Patch Set: fix chromeos compile error Created 3 years, 8 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/common/media_router/BUILD.gn ('k') | chrome/common/media_router/discovery/media_sink_internal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/media_router/discovery/media_sink_internal.h
diff --git a/chrome/common/media_router/discovery/media_sink_internal.h b/chrome/common/media_router/discovery/media_sink_internal.h
index 3a9c2bb670e5f261cee5cec0536df57b8511ee92..25d7b617e0f18c79922be432c602358895d13386 100644
--- a/chrome/common/media_router/discovery/media_sink_internal.h
+++ b/chrome/common/media_router/discovery/media_sink_internal.h
@@ -73,6 +73,9 @@ class MediaSinkInternal {
MediaSinkInternal& operator=(const MediaSinkInternal& other);
bool operator==(const MediaSinkInternal& other) const;
+ bool operator!=(const MediaSinkInternal& other) const;
+ // Sorted by sink id.
+ bool operator<(const MediaSinkInternal& other) const;
// Used by mojo.
void set_sink_id(const MediaSink::Id& sink_id) { sink_.set_sink_id(sink_id); }
« no previous file with comments | « chrome/common/media_router/BUILD.gn ('k') | chrome/common/media_router/discovery/media_sink_internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698