| 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 69db8cb2ac1a8e8ce534f7133f93da6e5d481a8f..52967866da3e660c0870e4c3065064a94c10115c 100644 | 
| --- a/chrome/browser/resources/options2/browser_options.html | 
| +++ b/chrome/browser/resources/options2/browser_options.html | 
| @@ -258,6 +258,20 @@ | 
| </div> | 
| </section> | 
| <if expr="pp_ifdef('chromeos')"> | 
| +  <!-- By default, the display section is hidden.  It is only visible if | 
| +       more than one displays are found. --> | 
| +  <section id="display-options-section" hidden> | 
| +    <h3 i18n-content="displayOptionsTitle"></h3> | 
| +    <div> | 
| +      <div> | 
| +        <div class="settings-row"> | 
| +          <button id="displayOptionsButton" | 
| +              i18n-content="displayOptionsButton"></button> | 
| +        </div> | 
| +      </div> | 
| +    </div> | 
| +  </section> | 
| + | 
| <!-- By default, the bluetooth section is hidden.  It is only visible if a | 
| bluetooth adapter is discovered --> | 
| <section id="bluetooth-devices" hidden> | 
|  |