Index: chrome/browser/extensions/extension_apitest.h |
diff --git a/chrome/browser/extensions/extension_apitest.h b/chrome/browser/extensions/extension_apitest.h |
index 3f03fd7683806286f02591adb54efdb1d2fbc9a7..7b1a1936ebd602b65a353af6f25a21b0c42c7e8b 100644 |
--- a/chrome/browser/extensions/extension_apitest.h |
+++ b/chrome/browser/extensions/extension_apitest.h |
@@ -148,11 +148,6 @@ class ExtensionApiTest : public ExtensionBrowserTest { |
// chrome.test.getConfig(). |
bool StartFTPServer(const base::FilePath& root_directory); |
- // Start the spawned test server, and store details of its state. Those |
- // details will be available to javascript tests using |
- // chrome.test.getConfig(). |
- bool StartSpawnedTestServer(); |
- |
// Test that exactly one extension loaded. If so, return a pointer to |
// the extension. If not, return NULL and set message_. |
const extensions::Extension* GetSingleLoadedExtension(); |