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

Unified Diff: chrome/browser/extensions/extension_apitest.h

Issue 11115011: Revert 161572 - WebSocket test server migration on ExtensionApiTest.WebSocket (third trial) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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 | « no previous file | chrome/browser/extensions/extension_apitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_apitest.h
===================================================================
--- chrome/browser/extensions/extension_apitest.h (revision 161574)
+++ chrome/browser/extensions/extension_apitest.h (working copy)
@@ -15,6 +15,10 @@
class FilePath;
+namespace content {
+class TestWebSocketServer;
+}
+
namespace extensions {
class Extension;
}
@@ -180,7 +184,7 @@
scoped_ptr<DictionaryValue> test_config_;
// Hold the test WebSocket server.
- scoped_ptr<net::TestServer> websocket_server_;
+ scoped_ptr<content::TestWebSocketServer> websocket_server_;
};
// PlatformAppApiTest sets up the command-line flags necessary for platform
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698