diff options
Diffstat (limited to 'chrome/browser/chromeos/web_socket_proxy.h')
-rw-r--r-- | chrome/browser/chromeos/web_socket_proxy.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/chromeos/web_socket_proxy.h b/chrome/browser/chromeos/web_socket_proxy.h index 5e2fb3b..08436f5 100644 --- a/chrome/browser/chromeos/web_socket_proxy.h +++ b/chrome/browser/chromeos/web_socket_proxy.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -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. |