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

Unified Diff: third_party/WebKit/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h

Issue 2056053003: Change MediaKeys.setServerCertificate() to return Promise<boolean> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resolve false Created 4 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
Index: third_party/WebKit/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h
diff --git a/third_party/WebKit/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h b/third_party/WebKit/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h
index 62d995d5fa762cefd9abfb8c4edff27f8d64bc81..1e7bec3f4cc57d80d568a556b1ffe76cdfbf2056 100644
--- a/third_party/WebKit/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h
+++ b/third_party/WebKit/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h
@@ -26,7 +26,7 @@ public:
void complete() override;
void completeWithContentDecryptionModule(WebContentDecryptionModule*) override;
void completeWithSession(WebContentDecryptionModuleResult::SessionStatus) override;
- void completeWithError(WebContentDecryptionModuleException, unsigned long systemCode, const WebString&) final;
+ void completeWithError(WebContentDecryptionModuleException, unsigned long systemCode, const WebString&) override;
// It is only valid to call this before completion.
ScriptPromise promise();

Powered by Google App Engine
This is Rietveld 408576698