| 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..6b64aeefcee2ffb3df1dd522ed7d20454a21c076 100644
|
| --- a/chrome/browser/extensions/extension_apitest.h
|
| +++ b/chrome/browser/extensions/extension_apitest.h
|
| @@ -148,10 +148,10 @@ 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
|
| + // Start the embedded test server, and store details of its state. Those
|
| // details will be available to javascript tests using
|
| // chrome.test.getConfig().
|
| - bool StartSpawnedTestServer();
|
| + bool StartTestServer();
|
|
|
| // Test that exactly one extension loaded. If so, return a pointer to
|
| // the extension. If not, return NULL and set message_.
|
|
|