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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/media_access/embedder_has_permission/embedder.html

Issue 11093080: <webview>: First stab at implementing media permission request for guests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments from Fady. 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/embedder_has_permission/embedder.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view/media_access/embedder_has_permission/embedder.html b/chrome/test/data/extensions/platform_apps/web_view/media_access/embedder_has_permission/embedder.html
new file mode 100644
index 0000000000000000000000000000000000000000..7a568f5269204121eea173d2ec355965ae3f84e1
--- /dev/null
+++ b/chrome/test/data/extensions/platform_apps/web_view/media_access/embedder_has_permission/embedder.html
@@ -0,0 +1,15 @@
+<!--
+ * Copyright (c) 2013 The Chromium Authors. All rights reserved. Use of this
+ * source code is governed by a BSD-style license that can be found in the
+ * LICENSE file.
+-->
+<html>
+<body>
+ <div id="webview-tag-container-test1"></div>
+ <div id="webview-tag-container-test2"></div>
+ <div id="webview-tag-container-test3"></div>
+ <div id="webview-tag-container-test4"></div>
+ <div id="webview-tag-container-test5"></div>
+ <script src="embedder.js"></script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698