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

Unified Diff: content/public/common/socket_permission_request.h

Issue 23819033: Simplify PPB_NetworkMonitor proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix compilation after r169825 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
« no previous file with comments | « content/ppapi_plugin/ppapi_thread.cc ('k') | ppapi/ppapi_proxy.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/socket_permission_request.h
diff --git a/content/public/common/socket_permission_request.h b/content/public/common/socket_permission_request.h
index 278880ea483e9126aac7f79e8c88bc011625eb16..13b9ed19e1c4a6d7c2227e583ef0734024aa9c7d 100644
--- a/content/public/common/socket_permission_request.h
+++ b/content/public/common/socket_permission_request.h
@@ -20,7 +20,8 @@ struct SocketPermissionRequest {
UDP_SEND_TO,
UDP_MULTICAST_MEMBERSHIP,
RESOLVE_HOST,
- RESOLVE_PROXY
+ RESOLVE_PROXY,
+ NETWORK_STATE
};
SocketPermissionRequest(OperationType type,
« no previous file with comments | « content/ppapi_plugin/ppapi_thread.cc ('k') | ppapi/ppapi_proxy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698