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

Unified Diff: Source/modules/mediastream/MediaStreamRegistry.h

Issue 1227783004: Fix virtual/override/final usage in Source/modules/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 5 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 | « Source/modules/mediastream/MediaStreamEvent.h ('k') | Source/modules/mediastream/MediaStreamTrack.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/MediaStreamRegistry.h
diff --git a/Source/modules/mediastream/MediaStreamRegistry.h b/Source/modules/mediastream/MediaStreamRegistry.h
index 84cceb239e8f25ff9e479aff39ffa3fec7239329..1ba3e25091ef9d831247584f94df48412835ffe1 100644
--- a/Source/modules/mediastream/MediaStreamRegistry.h
+++ b/Source/modules/mediastream/MediaStreamRegistry.h
@@ -42,9 +42,9 @@ public:
static MediaStreamRegistry& registry();
// Registers a blob URL referring to the specified stream data.
- virtual void registerURL(SecurityOrigin*, const KURL&, URLRegistrable*) override;
- virtual void unregisterURL(const KURL&) override;
- virtual bool contains(const String&) override;
+ void registerURL(SecurityOrigin*, const KURL&, URLRegistrable*) override;
+ void unregisterURL(const KURL&) override;
+ bool contains(const String&) override;
MediaStreamDescriptor* lookupMediaStreamDescriptor(const String& url);
« no previous file with comments | « Source/modules/mediastream/MediaStreamEvent.h ('k') | Source/modules/mediastream/MediaStreamTrack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698