| Index: chrome/browser/ui/webui/options2/browser_options_handler2.cc | 
| diff --git a/chrome/browser/ui/webui/options2/browser_options_handler2.cc b/chrome/browser/ui/webui/options2/browser_options_handler2.cc | 
| index 0ef6855c23258ace0c446647b3173d361fe5b61d..b5c54dfe5077742072d5e16523c4597d18c8cdbe 100644 | 
| --- a/chrome/browser/ui/webui/options2/browser_options_handler2.cc | 
| +++ b/chrome/browser/ui/webui/options2/browser_options_handler2.cc | 
| @@ -176,6 +176,10 @@ void BrowserOptionsHandler::GetLocalizedValues(DictionaryValue* values) { | 
| { "disableGData", IDS_OPTIONS_DISABLE_GDATA }, | 
| #endif | 
| { "disableWebServices", IDS_OPTIONS_DISABLE_WEB_SERVICES }, | 
| +#if defined(OS_CHROMEOS) | 
| +    { "displayOptionsButton", IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_TAB_TITLE }, | 
| +    { "displayOptionsTitle", IDS_OPTIONS_SETTINGS_SECTION_TITLE_DISPLAY }, | 
| +#endif | 
| { "downloadLocationAskForSaveLocation", | 
| IDS_OPTIONS_DOWNLOADLOCATION_ASKFORSAVELOCATION }, | 
| { "downloadLocationBrowseTitle", | 
|  |