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

Unified Diff: media/base/media_keys.h

Issue 452643002: Add UMA reporting to CdmPromise. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nit. Created 6 years, 4 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: media/base/media_keys.h
diff --git a/media/base/media_keys.h b/media/base/media_keys.h
index d581ae4e8bd9cfb7d1bfcd1fc77fb4578393d179..7eca3d57444848a1e98c0027f795dffbd52c0396 100644
--- a/media/base/media_keys.h
+++ b/media/base/media_keys.h
@@ -54,7 +54,8 @@ class MEDIA_EXPORT MediaKeys {
QUOTA_EXCEEDED_ERROR,
UNKNOWN_ERROR,
CLIENT_ERROR,
- OUTPUT_ERROR
+ OUTPUT_ERROR,
+ NUM_EXCEPTIONS // Insert new exceptions before this.
};
// Type of license required when creating/loading a session.

Powered by Google App Engine
This is Rietveld 408576698