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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/media_access/allow/test.js

Issue 11093080: <webview>: First stab at implementing media permission request for guests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix file name in chrome_renderer.gypi Created 7 years, 10 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/media_access/allow/test.js
diff --git a/chrome/test/data/extensions/platform_apps/web_view/teardown/test.js b/chrome/test/data/extensions/platform_apps/web_view/media_access/allow/test.js
similarity index 77%
copy from chrome/test/data/extensions/platform_apps/web_view/teardown/test.js
copy to chrome/test/data/extensions/platform_apps/web_view/media_access/allow/test.js
index 2f9f855f2d12ecdd239a8a77433f161a25de6632..1886432c3055a84510594bb8c7e0d3ac28feb045 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/teardown/test.js
+++ b/chrome/test/data/extensions/platform_apps/web_view/media_access/allow/test.js
@@ -3,5 +3,5 @@
// found in the LICENSE file.
chrome.app.runtime.onLaunched.addListener(function() {
- chrome.app.window.create('main.html', {}, function () {});
+ chrome.app.window.create('embedder.html', {}, function () {});
});

Powered by Google App Engine
This is Rietveld 408576698