| 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 c370bfa0f4ec378155f219a01c4d008c74081269..677ae8a74bfdde47ba2047846790cb0bc1ab9076 100644
|
| --- a/chrome/browser/resources/options/advanced_options.html
|
| +++ b/chrome/browser/resources/options/advanced_options.html
|
| @@ -205,8 +205,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>
|
| </if>
|
|
|