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

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: Fix yet another link error, and rebase once again. 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
« no previous file with comments | « ppapi/proxy/serialized_structs.h ('k') | ppapi/tests/all_c_includes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..ba1723c64577380b1407c431f8535d88a2cd5dfe 100644
--- a/ppapi/shared_impl/api_id.h
+++ b/ppapi/shared_impl/api_id.h
@@ -54,6 +54,9 @@ enum ApiID {
API_ID_PPB_X509_CERTIFICATE_PRIVATE,
API_ID_PPP_CLASS,
+ // TODO(tomfinegan): Remove this after we refactor things to load the PPP
+ // interface struct from the PPB interface.
+ API_ID_PPP_CONTENT_DECRYPTOR_PRIVATE,
API_ID_PPP_GRAPHICS_3D,
API_ID_PPP_INPUT_EVENT,
API_ID_PPP_INSTANCE,
« no previous file with comments | « ppapi/proxy/serialized_structs.h ('k') | ppapi/tests/all_c_includes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698