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> |