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

Unified Diff: chrome/browser/internal_auth.h

Issue 21115004: extensions: Remove chrome.webSocketProxyPrivate API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 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 | « chrome/browser/extensions/extension_function_histogram_value.h ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/internal_auth.h
diff --git a/chrome/browser/internal_auth.h b/chrome/browser/internal_auth.h
index 4a484595dc74a9ef2ebd9047cd4463b370eeff11..aa303330cad4c91e32f8b258f69a355b80c22104 100644
--- a/chrome/browser/internal_auth.h
+++ b/chrome/browser/internal_auth.h
@@ -11,11 +11,6 @@
#include "base/basictypes.h"
#include "base/gtest_prod_util.h"
-namespace extensions {
-class WebSocketProxyPrivateGetPassportForTCPFunction;
-class WebSocketProxyPrivateGetURLForTCPFunction;
-}
-
namespace chrome {
// Call InternalAuthVerification methods on any thread.
@@ -54,9 +49,6 @@ class InternalAuthVerification {
// Not thread-safe. Make all calls on the same thread (UI thread).
class InternalAuthGeneration {
private:
- friend class extensions::WebSocketProxyPrivateGetPassportForTCPFunction;
- friend class extensions::WebSocketProxyPrivateGetURLForTCPFunction;
-
FRIEND_TEST_ALL_PREFIXES(InternalAuthTest, BasicGeneration);
FRIEND_TEST_ALL_PREFIXES(InternalAuthTest, DoubleGeneration);
FRIEND_TEST_ALL_PREFIXES(InternalAuthTest, BadGeneration);
« no previous file with comments | « chrome/browser/extensions/extension_function_histogram_value.h ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698