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

Unified Diff: chrome/test/data/extensions/api_test/content_scripts/extension_process/background.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/content_scripts/extension_process/background.js
diff --git a/chrome/test/data/extensions/api_test/content_scripts/extension_process/background.js b/chrome/test/data/extensions/api_test/content_scripts/extension_process/background.js
index ee7d3c07c6cf83fc59ea4639d31880e20da29ca8..d9c65c20bcbf52beb58cf1469976225d41c0432b 100644
--- a/chrome/test/data/extensions/api_test/content_scripts/extension_process/background.js
+++ b/chrome/test/data/extensions/api_test/content_scripts/extension_process/background.js
@@ -12,7 +12,7 @@ chrome.extension.onRequest.addListener(function(data) {
});
chrome.test.getConfig(function(config) {
- var test_file_url = "http://localhost:PORT/files/extensions/test_file.html"
+ var test_file_url = "http://localhost:PORT/extensions/test_file.html"
.replace(/PORT/, config.testServer.port);
// Add a window.

Powered by Google App Engine
This is Rietveld 408576698