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

Unified Diff: chrome/browser/resources/options/advanced_options.html

Issue 6214003: Show remoting host status on the advanced options page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/remoting/tools
Patch Set: Created 9 years, 11 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
Index: chrome/browser/resources/options/advanced_options.html
diff --git a/chrome/browser/resources/options/advanced_options.html b/chrome/browser/resources/options/advanced_options.html
index 50e18cd55bdd1c5a6b9493fb1c3f7bf82e374efd..bba716cf7e0ce4f43092055838050148512b9165 100644
--- a/chrome/browser/resources/options/advanced_options.html
+++ b/chrome/browser/resources/options/advanced_options.html
@@ -204,8 +204,15 @@
<section id="remoting-section">
<h3 i18n-content="advancedSectionTitleRemoting"></h3>
<div>
- <button id="remotingSetupButton"
- i18n-content="remotingSetupButton"></button>
+ <div id="remotingStatus" class="section-text"></div>
+ <div>
+ <button id="remotingSetupButton"
+ i18n-content="remotingSetupButton"
+ style="display:none;"></button>
+ <button id="remotingStopButton"
+ i18n-content="remotingStopButton"
+ style="display:none;"></button>
+ </div>
</div>
</section>
</div>

Powered by Google App Engine
This is Rietveld 408576698