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

Unified Diff: Source/modules/encryptedmedia/MediaKeysClient.h

Issue 338713002: Remove duplicated provideMediaKeysTo() in MediaKeysClient.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 | « no previous file | Source/modules/encryptedmedia/MediaKeysController.h » ('j') | Source/web/WebViewImpl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/encryptedmedia/MediaKeysClient.h
diff --git a/Source/modules/encryptedmedia/MediaKeysClient.h b/Source/modules/encryptedmedia/MediaKeysClient.h
index 2479156b86f20199d03daf91ff144f400451ca9e..123c527a6ed4f1090c135ff61f4d73306d2c01f6 100644
--- a/Source/modules/encryptedmedia/MediaKeysClient.h
+++ b/Source/modules/encryptedmedia/MediaKeysClient.h
@@ -21,12 +21,9 @@ class MediaKeysClient {
public:
virtual PassOwnPtr<blink::WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, const String& keySystem) = 0;
-protected:
virtual ~MediaKeysClient() { }
};
-void provideMediaKeysTo(Page&, MediaKeysClient*);
-
} // namespace WebCore
#endif // MediaKeysClient_h
« no previous file with comments | « no previous file | Source/modules/encryptedmedia/MediaKeysController.h » ('j') | Source/web/WebViewImpl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698