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

Unified Diff: Source/modules/mediasource/MediaSourceRegistry.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/mediasource/MediaSource.h ('k') | Source/modules/mediasource/SourceBuffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediasource/MediaSourceRegistry.h
diff --git a/Source/modules/mediasource/MediaSourceRegistry.h b/Source/modules/mediasource/MediaSourceRegistry.h
index 488a05beff03c7be1736c7fdb098f69920e317ea..2e20dc561a48f02e5fa4fe2c016b1b57771cc29a 100644
--- a/Source/modules/mediasource/MediaSourceRegistry.h
+++ b/Source/modules/mediasource/MediaSourceRegistry.h
@@ -48,9 +48,9 @@ public:
static MediaSourceRegistry& registry();
// Registers a blob URL referring to the specified media source.
- virtual void registerURL(SecurityOrigin*, const KURL&, URLRegistrable*) override;
- virtual void unregisterURL(const KURL&) override;
- virtual URLRegistrable* lookup(const String&) override;
+ void registerURL(SecurityOrigin*, const KURL&, URLRegistrable*) override;
+ void unregisterURL(const KURL&) override;
+ URLRegistrable* lookup(const String&) override;
private:
MediaSourceRegistry();
« no previous file with comments | « Source/modules/mediasource/MediaSource.h ('k') | Source/modules/mediasource/SourceBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698