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

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

Issue 6955010: Remove the Remoting Host component from Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove an errant include. Created 9 years, 7 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 3b8525c3e23502a27cb3e83a387ce59ff73fc997..184b66ada675e636de19efc28e18e519ce5d21a9 100644
--- a/chrome/browser/resources/options/advanced_options.html
+++ b/chrome/browser/resources/options/advanced_options.html
@@ -210,20 +210,4 @@
</div>
</section>
</if>
-<if expr="pp_ifdef('remoting') and not pp_ifdef('chromeos')">
- <section id="remoting-section">
- <h3 i18n-content="advancedSectionTitleRemoting"></h3>
- <div>
- <div id="remotingStatus" class="section-text"></div>
- <div class="section-group">
- <button id="remotingSetupButton"
- i18n-content="remotingSetupButton"
- style="display:none;"></button>
- <button id="remotingStopButton"
- i18n-content="remotingStopButton"
- style="display:none;"></button>
- </div>
- </div>
- </section>
-</if>
</div>
« no previous file with comments | « chrome/browser/remoting/setup_flow_start_host_step.cc ('k') | chrome/browser/resources/options/advanced_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698