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

Unified Diff: chrome/browser/chromeos/web_socket_proxy.h

Issue 9317013: Add a centralized mechanism for whitelisting access to extension permissions. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: . Created 8 years, 10 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: chrome/browser/chromeos/web_socket_proxy.h
diff --git a/chrome/browser/chromeos/web_socket_proxy.h b/chrome/browser/chromeos/web_socket_proxy.h
index 5e2fb3b08e38ae334315ff7e2dc7b3bbe9a9c5cc..33f56dc3970cb41a16d88b0226db0790d46e9542 100644
--- a/chrome/browser/chromeos/web_socket_proxy.h
+++ b/chrome/browser/chromeos/web_socket_proxy.h
@@ -22,8 +22,7 @@ class WebSocketProxy {
// Limits number of simultaneously open connections.
static const size_t kConnPoolLimit = 40;
- // Empty |allowed_origins| vector disables check for origin.
- explicit WebSocketProxy(const std::vector<std::string>& allowed_origins);
+ WebSocketProxy();
~WebSocketProxy();
// Do not call it twice.
« no previous file with comments | « chrome/browser/chromeos/extensions/input_method_event_router.cc ('k') | chrome/browser/chromeos/web_socket_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698