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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc

Issue 8840007: GetDocumentURL is added to PPB_Testing_Dev. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed codereview issues. Created 9 years 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/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
index c0fe3c1dd3e0a1755e5f01721ae8b4cf3758646e..ab894f75cfb6c16dff54d69d1e2587a031c82bbc 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
@@ -85,6 +85,7 @@ InterfaceMapElement interface_map[] = {
true },
{ PPB_TESTING_DEV_INTERFACE_0_7, PluginTesting::GetInterface(), true },
{ PPB_TESTING_DEV_INTERFACE_0_8, PluginTesting::GetInterface(), true },
+ { PPB_TESTING_DEV_INTERFACE_0_9, PluginTesting::GetInterface(), true },
{ PPB_UDPSOCKET_PRIVATE_INTERFACE, PluginUDPSocketPrivate::GetInterface(),
true },
{ PPB_URLLOADER_INTERFACE, PluginURLLoader::GetInterface(), true },

Powered by Google App Engine
This is Rietveld 408576698