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

Side by Side Diff: components/devtools_bridge/client/web_client.html

Issue 746663002: Stub for WebRTCDeviceProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webclient
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <!--
3 -- Copyright 2014444 The Chromium Authors. All rights reserved.
mnaganov (inactive) 2014/11/24 11:47:20 2014?
4 -- Use of this source code is governed by a BSD-style license that can be
5 -- found in the LICENSE file.
6 -->
7 <html>
8 <head>
9 <script src="js/client_session.js"></script>
10 <script src="js/web_client.js"></script>
11 <script src="js/gcd_client.js"></script>
12 </head>
13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698