diff options
author | tomfinegan@chromium.org <tomfinegan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-17 00:18:43 +0000 |
---|---|---|
committer | tomfinegan@chromium.org <tomfinegan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-17 00:18:43 +0000 |
commit | e5aeef0767ea5676d3c7a512f74d350d4c298b1d (patch) | |
tree | e4f98de266c46fac108dd80a25cbefc28898f05e /ppapi/tests | |
parent | 7831d657839f81c88af9f7a7257870b2e7ce0e0d (diff) | |
download | chromium_src-e5aeef0767ea5676d3c7a512f74d350d4c298b1d.zip chromium_src-e5aeef0767ea5676d3c7a512f74d350d4c298b1d.tar.gz chromium_src-e5aeef0767ea5676d3c7a512f74d350d4c298b1d.tar.bz2 |
Add PPAPI decryptor implementation.
BUG=138139
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10827280
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152004 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/tests')
-rw-r--r-- | ppapi/tests/all_c_includes.h | 2 | ||||
-rw-r--r-- | ppapi/tests/all_cpp_includes.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ppapi/tests/all_c_includes.h b/ppapi/tests/all_c_includes.h index 4a170f4..0237f18 100644 --- a/ppapi/tests/all_c_includes.h +++ b/ppapi/tests/all_c_includes.h @@ -92,6 +92,7 @@ #include "ppapi/c/ppp_instance.h" #include "ppapi/c/ppp_messaging.h" #include "ppapi/c/ppp_mouse_lock.h" +#include "ppapi/c/private/ppb_content_decryptor_private.h" #include "ppapi/c/private/ppb_flash.h" #include "ppapi/c/private/ppb_flash_clipboard.h" #include "ppapi/c/private/ppb_flash_menu.h" @@ -110,6 +111,7 @@ #include "ppapi/c/private/ppb_uma_private.h" #include "ppapi/c/private/ppb_x509_certificate_private.h" #include "ppapi/c/private/ppp_instance_private.h" +#include "ppapi/c/private/ppp_content_decryptor_private.h" #include "ppapi/c/trusted/ppb_audio_trusted.h" #include "ppapi/c/trusted/ppb_file_io_trusted.h" #include "ppapi/c/trusted/ppb_graphics_3d_trusted.h" diff --git a/ppapi/tests/all_cpp_includes.h b/ppapi/tests/all_cpp_includes.h index 08700cc..1013171 100644 --- a/ppapi/tests/all_cpp_includes.h +++ b/ppapi/tests/all_cpp_includes.h @@ -48,6 +48,7 @@ #include "ppapi/cpp/module_impl.h" #include "ppapi/cpp/mouse_lock.h" #include "ppapi/cpp/point.h" +#include "ppapi/cpp/private/content_decryptor_private.h" #include "ppapi/cpp/private/flash_fullscreen.h" #include "ppapi/cpp/private/instance_private.h" #include "ppapi/cpp/private/instance_private.h" |