Chromium Code Reviews| Index: chrome/browser/ui/webui/options/content_settings_handler.cc |
| =================================================================== |
| --- chrome/browser/ui/webui/options/content_settings_handler.cc (revision 204675) |
| +++ chrome/browser/ui/webui/options/content_settings_handler.cc (working copy) |
| @@ -298,6 +298,10 @@ |
| { "cookies_show_cookies", IDS_COOKIES_SHOW_COOKIES_BUTTON }, |
| { "flash_storage_settings", IDS_FLASH_STORAGE_SETTINGS }, |
| { "flash_storage_url", IDS_FLASH_STORAGE_URL }, |
| +#if defined(ENABLE_GOOGLE_NOW) |
| + { "googleGeolocationAccessEnable", |
| + IDS_GEOLOCATION_GOOGLE_ACCESS_ENABLE }, |
|
vadimt
2013/06/07 19:13:44
Should end with _CHKBOX like IDS_COOKIES_LSO_CLEAR
robliao
2013/06/07 20:03:59
A lot of the checks strings in the setting page do
robliao
2013/06/07 20:04:52
*checkbox strings
On 2013/06/07 20:03:59, Robert L
vadimt
2013/06/07 20:14:39
In the name of consistency with the rest of this f
robliao
2013/06/07 20:18:07
Ah, I see. Going forward, it seems like we should
|
| +#endif |
| // Image filter. |
| { "images_tab_label", IDS_IMAGES_TAB_LABEL }, |
| { "images_header", IDS_IMAGES_HEADER }, |