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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/interstitial_teardown/embedder.js

Issue 1409163006: Migrating tests to use EmbeddedTestServer (/chrome/browser misc) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 1 month 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/platform_apps/web_view/interstitial_teardown/embedder.js
diff --git a/chrome/test/data/extensions/platform_apps/web_view/interstitial_teardown/embedder.js b/chrome/test/data/extensions/platform_apps/web_view/interstitial_teardown/embedder.js
index 979044a03b781ed0d42b940c198366eb77b816ad..49650303ef61cd6866ef62168c5c349d8b3a8e63 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/interstitial_teardown/embedder.js
+++ b/chrome/test/data/extensions/platform_apps/web_view/interstitial_teardown/embedder.js
@@ -8,7 +8,7 @@ window.loadGuest = function(port) {
// This page is not loaded, we just need a https URL.
var guestSrcHTTPS = 'https://localhost:' + port +
- '/files/extensions/platform_apps/web_view/' +
+ '/extensions/platform_apps/web_view/' +
'interstitial_teardown/https_page.html';
window.console.log('guestSrcHTTPS: ' + guestSrcHTTPS);
webview.setAttribute('src', guestSrcHTTPS);

Powered by Google App Engine
This is Rietveld 408576698