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

Unified Diff: chrome/browser/devtools/device/cloud/web_client.html

Issue 746663002: Stub for WebRTCDeviceProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webclient
Patch Set: Switching to chrome:// schema, moving to chrome/browser/devtools/device/cloud/ Created 6 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/browser/devtools/device/cloud/web_client.html
diff --git a/chrome/test/data/extensions/api_test/file_browser/retain_entry/window.html b/chrome/browser/devtools/device/cloud/web_client.html
similarity index 67%
copy from chrome/test/data/extensions/api_test/file_browser/retain_entry/window.html
copy to chrome/browser/devtools/device/cloud/web_client.html
index 2ea212f836971a039c019d2006f7a593d3d1702c..e0e0eceefd6cd51463fd612cf4f759097cbdb67f 100644
--- a/chrome/test/data/extensions/api_test/file_browser/retain_entry/window.html
+++ b/chrome/browser/devtools/device/cloud/web_client.html
@@ -1,5 +1,11 @@
+<!DOCTYPE HTML>
<!--
-- 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.
-->
+<html>
+<head>
+<script src="js/web_client.js"></script>
+</head>
+</html>

Powered by Google App Engine
This is Rietveld 408576698