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

Unified Diff: chrome/browser/extensions/api/dial/dial_registry.h

Issue 2701633002: [Media Router] Add DialMediaSinkService and DeviceDescriptionService (Closed)
Patch Set: Add DialMediaSinkCacheService and unit test Created 3 years, 9 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/extensions/api/dial/dial_registry.h
diff --git a/chrome/browser/extensions/api/dial/dial_registry.h b/chrome/browser/extensions/api/dial/dial_registry.h
index f0597e024d2b264f74de3cc41f5871ce21033874..9a8e8bd07e5fff318b089fd0236e79edf3d76c02 100644
--- a/chrome/browser/extensions/api/dial/dial_registry.h
+++ b/chrome/browser/extensions/api/dial/dial_registry.h
@@ -71,8 +71,8 @@ class DialRegistry : public DialService::Observer,
void OnListenerRemoved();
// This class does not take ownership of observer.
- void RegisterObserver(Observer* observer);
- void UnregisterObserver(Observer* observer);
+ virtual void RegisterObserver(Observer* observer);
+ virtual void UnregisterObserver(Observer* observer);
// Called by the DIAL API to try to kickoff a discovery if there is not one
// already active.

Powered by Google App Engine
This is Rietveld 408576698