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

Unified Diff: content/common/media/cdm_messages.h

Issue 640663005: Apply automatic range checks to content enum types across IPC [content/common/media] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | content/common/media/cdm_messages_enums.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/media/cdm_messages.h
diff --git a/content/common/media/cdm_messages.h b/content/common/media/cdm_messages.h
index b0f7a8677bc214559591716b0a985e7b5496dbe8..68c7bd184df5623e95fd723ede42922c68b03715 100644
--- a/content/common/media/cdm_messages.h
+++ b/content/common/media/cdm_messages.h
@@ -20,7 +20,8 @@
#define IPC_MESSAGE_START CdmMsgStart
IPC_ENUM_TRAITS(media::MediaKeys::KeyError)
-IPC_ENUM_TRAITS(CdmHostMsg_CreateSession_ContentType)
+IPC_ENUM_TRAITS_MAX_VALUE(CdmHostMsg_CreateSession_ContentType,
+ CREATE_SESSION_TYPE_LAST)
// Messages from render to browser.
« no previous file with comments | « no previous file | content/common/media/cdm_messages_enums.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698