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

Unified Diff: remoting/client/extension/popup.html

Issue 2808104: Modify client to open up chromoting connection in a new tab. (Closed) Base URL: git://codf21.jail.google.com/chromium.git
Patch Set: rebased Created 10 years, 4 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
« no previous file with comments | « remoting/client/extension/client.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/extension/popup.html
diff --git a/remoting/client/extension/popup.html b/remoting/client/extension/popup.html
index c632dd674d40840efededfb0c68776f01d69f7b0..7b2bab9539dafc5c32c56ea39d5252106084670c 100644
--- a/remoting/client/extension/popup.html
+++ b/remoting/client/extension/popup.html
@@ -9,7 +9,7 @@ found in the LICENSE file.
<script type="text/javascript" src="client.js"></script>
<title>Get hosts</title>
</head>
- <body onload="init_params();">
+ <body onload="init_params();" style="width:250;">
<div style="border: blue 1px dotted;">
<form name="hostqueryform" action="" method="GET">
@@ -40,21 +40,9 @@ found in the LICENSE file.
<br />
- <div id="debug_div" style="border: red 1px solid;">
- -- Debugging messages go here -- <br />
+ <div id="hostlist_div" style="border: blue 1px solid; display: none;">
</div>
<br />
-
- <div id="hostlist_div" style="border: blue 1px solid;">
- -- Hosts go here -- <br />
- </div>
-
- <br />
-
- <div id="plugin_div" style="border: black 1px dashed;">
- <embed width="100%" height="100%" name="chromoting" id="chromoting"
- src="about://none" type="pepper-application/x-chromoting">
- </div>
</body>
</html>
« no previous file with comments | « remoting/client/extension/client.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698