| Index: chrome/browser/ui/webui/options2/browser_options_handler2.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/options2/browser_options_handler2.cc (revision 134559)
|
| +++ chrome/browser/ui/webui/options2/browser_options_handler2.cc (working copy)
|
| @@ -171,6 +171,9 @@
|
| { "defaultFontSizeLabel", IDS_OPTIONS_DEFAULT_FONT_SIZE_LABEL },
|
| { "defaultSearchManageEngines", IDS_OPTIONS_DEFAULTSEARCH_MANAGE_ENGINES },
|
| { "defaultZoomFactorLabel", IDS_OPTIONS_DEFAULT_ZOOM_LEVEL_LABEL },
|
| +#if defined(OS_CHROMEOS)
|
| + { "disableGData", IDS_OPTIONS_DISABLE_GDATA },
|
| +#endif
|
| { "disableWebServices", IDS_OPTIONS_DISABLE_WEB_SERVICES },
|
| { "downloadLocationAskForSaveLocation",
|
| IDS_OPTIONS_DOWNLOADLOCATION_ASKFORSAVELOCATION },
|
|
|