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

Unified Diff: ppapi/shared_impl/api_id.h

Issue 10827280: Add PPAPI decryptor implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Partially address xhwang's comments, and fix some StringVar crashiness Created 8 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: ppapi/shared_impl/api_id.h
diff --git a/ppapi/shared_impl/api_id.h b/ppapi/shared_impl/api_id.h
index 83fbf5a07c84ca22c149de42958fd6b3f7143516..9205bfc71624566a3bfe25d3bdbc0c6c67a2c37a 100644
--- a/ppapi/shared_impl/api_id.h
+++ b/ppapi/shared_impl/api_id.h
@@ -54,6 +54,7 @@ enum ApiID {
API_ID_PPB_X509_CERTIFICATE_PRIVATE,
API_ID_PPP_CLASS,
+ API_ID_PPP_CONTENT_DECRYPTOR_PRIVATE,
dmichael (off chromium) 2012/08/15 17:44:37 Add a TODO to remove this later, maybe?
Tom Finegan 2012/08/16 03:10:48 Done.
API_ID_PPP_GRAPHICS_3D,
API_ID_PPP_INPUT_EVENT,
API_ID_PPP_INSTANCE,

Powered by Google App Engine
This is Rietveld 408576698