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

Unified Diff: chrome/test/data/extensions/api_test/webnavigation/crossProcess/a.js

Issue 16268017: GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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: chrome/test/data/extensions/api_test/webnavigation/crossProcess/a.js
diff --git a/chrome/test/data/extensions/api_test/webnavigation/crossProcess/a.js b/chrome/test/data/extensions/api_test/webnavigation/crossProcess/a.js
index 5df72cb75608d4df63310a2f10836301a763aba9..235071651c84ebab805148bb16cab20b6d6d6c6b 100644
--- a/chrome/test/data/extensions/api_test/webnavigation/crossProcess/a.js
+++ b/chrome/test/data/extensions/api_test/webnavigation/crossProcess/a.js
@@ -7,6 +7,6 @@ onload = function() {
location.href =
"http://127.0.0.1:" +
location.search.substr(1) +
- "/files/extensions/api_test/webnavigation/crossProcess/empty.html";
+ "/extensions/api_test/webnavigation/crossProcess/empty.html";
}, 0);
};

Powered by Google App Engine
This is Rietveld 408576698