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

Unified Diff: media/base/media_keys.h

Issue 17310002: Remove unused EME v0.1b MediaKeyError values. (Closed) Base URL: master
Patch Set: rebase only Created 7 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 | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_keys.h
diff --git a/media/base/media_keys.h b/media/base/media_keys.h
index 14789e23c1880211bcb0e9e453eaec1dfc07eb89..633665e30d8b787e9aa69ef3a6c28faf97ba325e 100644
--- a/media/base/media_keys.h
+++ b/media/base/media_keys.h
@@ -26,10 +26,11 @@ class MEDIA_EXPORT MediaKeys {
enum KeyError {
kUnknownError = 1,
kClientError,
- kServiceError,
- kOutputError,
- kHardwareChangeError,
- kDomainError,
+ // The following v0.1b values have never been used.
+ // kServiceError,
+ // kOutputError,
+ // kHardwareChangeError,
+ // kDomainError,
kMaxKeyError // Must be last and greater than any legit value.
};
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698