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

Unified Diff: trunk/src/ppapi/thunk/interfaces_ppb_private_no_permissions.h

Issue 23463037: Revert 223482 "Simplify PPB_NetworkMonitor proxy." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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: trunk/src/ppapi/thunk/interfaces_ppb_private_no_permissions.h
===================================================================
--- trunk/src/ppapi/thunk/interfaces_ppb_private_no_permissions.h (revision 223483)
+++ trunk/src/ppapi/thunk/interfaces_ppb_private_no_permissions.h (working copy)
@@ -9,6 +9,8 @@
// These interfaces don't require private permissions. However, they only work
// for whitelisted origins.
+UNPROXIED_API(PPB_NetworkList_Private)
+PROXIED_API(PPB_NetworkMonitor_Private)
PROXIED_IFACE(NoAPIName, PPB_HOSTRESOLVER_PRIVATE_INTERFACE_0_1,
PPB_HostResolver_Private_0_1)
@@ -37,7 +39,8 @@
PPB_NetAddress_Private_1_1)
PROXIED_IFACE(NoAPIName, PPB_NETWORKLIST_PRIVATE_INTERFACE_0_3,
PPB_NetworkList_Private_0_3)
-PROXIED_IFACE(NoAPIName, PPB_NETWORKMONITOR_PRIVATE_INTERFACE_0_3,
+PROXIED_IFACE(PPB_NetworkMonitor_Private,
+ PPB_NETWORKMONITOR_PRIVATE_INTERFACE_0_3,
PPB_NetworkMonitor_Private_0_3)
PROXIED_IFACE(NoAPIName, PPB_EXT_CRXFILESYSTEM_PRIVATE_INTERFACE_0_1,
« no previous file with comments | « trunk/src/ppapi/shared_impl/ppb_network_list_private_shared.cc ('k') | trunk/src/ppapi/thunk/ppb_network_list_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698