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

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

Issue 1409163006: Migrating tests to use EmbeddedTestServer (/chrome/browser misc) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebase bug. Created 5 years, 1 month 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
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_.

Powered by Google App Engine
This is Rietveld 408576698