Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(505)

Unified Diff: chrome/browser/ui/webui/options/content_settings_handler.cc

Issue 15716012: Add a Preference for Google Services to Use the User's Location (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 },
« no previous file with comments | « chrome/browser/resources/options/options_bundle.js ('k') | chrome/browser/ui/webui/options/geolocation_options_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698