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

Unified Diff: public/platform/WebContentDecryptionModule.h

Issue 379343003: Set callback interface on WebCDMSession after creation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase on promises Created 6 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
Index: public/platform/WebContentDecryptionModule.h
diff --git a/public/platform/WebContentDecryptionModule.h b/public/platform/WebContentDecryptionModule.h
index d0e54734f70ed1624b0098cb4f88ab51790d064c..784488545431042fa8bbfbbebc8c7f93f180cf3b 100644
--- a/public/platform/WebContentDecryptionModule.h
+++ b/public/platform/WebContentDecryptionModule.h
@@ -40,7 +40,7 @@ public:
virtual ~WebContentDecryptionModule();
// Must return non-null.
- virtual WebContentDecryptionModuleSession* createSession(WebContentDecryptionModuleSession::Client*) = 0;
+ virtual WebContentDecryptionModuleSession* createSession() = 0;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698