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

Unified Diff: third_party/WebKit/public/platform/WebContentDecryptionModuleException.h

Issue 2342953002: Update EME errors to use TypeError (Closed)
Patch Set: Created 4 years, 3 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/public/platform/WebContentDecryptionModuleException.h
diff --git a/third_party/WebKit/public/platform/WebContentDecryptionModuleException.h b/third_party/WebKit/public/platform/WebContentDecryptionModuleException.h
index e17dc79b5065cae4214268984a4578557a5edf96..49a26ecfc43c51a8b7c45a1e60116a08e7d3a35b 100644
--- a/third_party/WebKit/public/platform/WebContentDecryptionModuleException.h
+++ b/third_party/WebKit/public/platform/WebContentDecryptionModuleException.h
@@ -15,6 +15,7 @@ enum WebContentDecryptionModuleException {
WebContentDecryptionModuleExceptionUnknownError,
WebContentDecryptionModuleExceptionClientError,
WebContentDecryptionModuleExceptionOutputError,
+ WebContentDecryptionModuleExceptionTypeError,
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698