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

Unified Diff: extensions/common/api/test.json

Issue 1378123003: Adding SSL ETS Tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ets
Patch Set: Rebase. Created 5 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
Index: extensions/common/api/test.json
diff --git a/extensions/common/api/test.json b/extensions/common/api/test.json
index f4e193f4c5f2e82f26eb887df1f5c8b79f3c89c7..f78ef4fc796454869b8823153d4d636c224de617 100644
--- a/extensions/common/api/test.json
+++ b/extensions/common/api/test.json
@@ -49,10 +49,10 @@
}
}
},
- "spawnedTestServer": {
+ "embeddedTestServer": {
"type": "object",
"optional": true,
- "description": "Details on the spawned test server used to mock network responses. Will be set only if test calls ExtensionApiTest::StartSpawnedTestServer().",
+ "description": "Details on the embedded test server used to mock network responses. Will be set only if test calls ExtensionApiTest::StartTestServer().",
"properties": {
"port": {
"type": "integer",
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_apitest.cc ('k') | google_apis/drive/base_requests_server_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698