| Index: chrome/browser/resources/options2/browser_options.html | 
| diff --git a/chrome/browser/resources/options2/browser_options.html b/chrome/browser/resources/options2/browser_options.html | 
| index 8e851e1d31938d0cbe07b0ea1d479f2305e273c6..7fd14a07ba51d7f7a4d8e8e9fd54c58a671df82f 100644 | 
| --- a/chrome/browser/resources/options2/browser_options.html | 
| +++ b/chrome/browser/resources/options2/browser_options.html | 
| @@ -258,6 +258,16 @@ | 
| </div> | 
| </section> | 
| <if expr="pp_ifdef('chromeos')"> | 
| +  <!-- By default, the display section is hidden.  It is only visible if | 
| +       more than one display is found. --> | 
| +  <section id="display-options-section" hidden> | 
| +    <h3 i18n-content="displayOptionsTitle"></h3> | 
| +    <div class="settings-row"> | 
| +      <button id="display-options-button" | 
| +          i18n-content="displayOptionsButton"> | 
| +      </button> | 
| +    </div> | 
| +  </section> | 
| <!-- By default, the bluetooth section is hidden.  It is only visible if a | 
| bluetooth adapter is discovered --> | 
| <section id="bluetooth-devices" hidden> | 
|  |