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

Unified 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, 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: components/devtools_bridge/client/web_client.html
diff --git a/components/devtools_bridge/client/web_client.html b/components/devtools_bridge/client/web_client.html
new file mode 100644
index 0000000000000000000000000000000000000000..7cf1063a19ebabf7db16e7d43dd278e0fb4c0f84
--- /dev/null
+++ b/components/devtools_bridge/client/web_client.html
@@ -0,0 +1,7 @@
+<html>
+<head>
+<script src="js/client_session.js"></script>
+<script src="js/web_client.js"></script>
+<script src="js/gcd_client.js"></script>
+</head>
+</html>

Powered by Google App Engine
This is Rietveld 408576698