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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/geolocation/embedder_has_permission/embedder.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/platform_apps/web_view/geolocation/embedder_has_permission/embedder.js
diff --git a/chrome/test/data/extensions/platform_apps/web_view/geolocation/embedder_has_permission/embedder.js b/chrome/test/data/extensions/platform_apps/web_view/geolocation/embedder_has_permission/embedder.js
index dffb8e739099a4d55f4deec51afbf0875aa6662f..846029f6e83ebd347f68b41eef8761a4f6c9feef 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/geolocation/embedder_has_permission/embedder.js
+++ b/chrome/test/data/extensions/platform_apps/web_view/geolocation/embedder_has_permission/embedder.js
@@ -24,10 +24,10 @@ window.runTest = function(testName) {
embedder.setUp_ = function(config) {
embedder.baseGuestURL = 'http://localhost:' + config.testServer.port;
embedder.guestURL = embedder.baseGuestURL +
- '/files/extensions/platform_apps/web_view/geolocation' +
+ '/extensions/platform_apps/web_view/geolocation' +
'/geolocation_access_guest.html';
embedder.iframeURL = embedder.baseGuestURL +
- '/files/extensions/platform_apps/web_view/geolocation' +
+ '/extensions/platform_apps/web_view/geolocation' +
'/geolocation_access_iframe.html';
chrome.test.log('Guest url is: ' + embedder.guestURL);
};

Powered by Google App Engine
This is Rietveld 408576698