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

Unified Diff: chrome/test/data/extensions/api_test/incognito/apis/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/incognito/apis/background.js
diff --git a/chrome/test/data/extensions/api_test/incognito/apis/background.js b/chrome/test/data/extensions/api_test/incognito/apis/background.js
index 7300b419dcf2b794ef5f37cdbc0fb9bf36e1efbd..640c2efb51a883fb30e627776fa8a2a66ff7090b 100644
--- a/chrome/test/data/extensions/api_test/incognito/apis/background.js
+++ b/chrome/test/data/extensions/api_test/incognito/apis/background.js
@@ -83,7 +83,7 @@ chrome.test.getConfig(function(config) {
function contentScriptTestIncognito() {
assertTrue(!chrome.extension.inIncognitoContext);
- var testUrl = "http://localhost:PORT/files/extensions/test_file.html"
+ var testUrl = "http://localhost:PORT/extensions/test_file.html"
.replace(/PORT/, config.testServer.port);
// Test that chrome.extension.inIncognitoTab is true for incognito tabs.
« no previous file with comments | « chrome/test/data/extensions/api_test/i18n/test.js ('k') | chrome/test/data/extensions/api_test/incognito/split/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698