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

Unified Diff: extensions/test/data/app_view/apitest/media_request/main.html

Issue 820583002: Adds support for media permission request handling on <appview> tag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn build Created 6 years 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: extensions/test/data/app_view/apitest/media_request/main.html
diff --git a/cc/resources/display_item.cc b/extensions/test/data/app_view/apitest/media_request/main.html
similarity index 59%
copy from cc/resources/display_item.cc
copy to extensions/test/data/app_view/apitest/media_request/main.html
index 33069a53fdf27f60efe5c6f43caf4f707c83a4d5..2900ad40482e041a3b7e58cd5b9e2baca30557f9 100644
--- a/cc/resources/display_item.cc
+++ b/extensions/test/data/app_view/apitest/media_request/main.html
@@ -1,12 +1,12 @@
+<!--
// Copyright 2014 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.
-
-#include "cc/resources/display_item.h"
-
-namespace cc {
-
-DisplayItem::DisplayItem() {
-}
-
-} // namespace cc
+-->
+<html>
+<head>
+ <script type="text/javascript" src="main.js"></script>
+</head>
+<body>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698