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

Unified Diff: chrome/test/data/extensions/api_test/webrequest_sendmessage/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/webrequest_sendmessage/background.js
diff --git a/chrome/test/data/extensions/api_test/webrequest_sendmessage/background.js b/chrome/test/data/extensions/api_test/webrequest_sendmessage/background.js
index e13f9a743bb3b6841cc54429d778d8102ad14a6e..43bf7c5955cc25b913059a2a00a6987dd747f2d4 100644
--- a/chrome/test/data/extensions/api_test/webrequest_sendmessage/background.js
+++ b/chrome/test/data/extensions/api_test/webrequest_sendmessage/background.js
@@ -6,7 +6,7 @@ var EVENT_MESSAGE_EXTENSION_STRING = "Extension";
// Constants as functions, not to be called until after runTests.
function getURLHttpSimpleLoad() {
- return getServerURL('files/extensions/api_test/webrequest/simpleLoad/a.html');
+ return getServerURL('extensions/api_test/webrequest/simpleLoad/a.html');
}
function getServerURL(path) {

Powered by Google App Engine
This is Rietveld 408576698