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

Unified Diff: chrome/browser/ui/webui/options/browser_options_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/browser_options_handler.cc
===================================================================
--- chrome/browser/ui/webui/options/browser_options_handler.cc (revision 203973)
+++ chrome/browser/ui/webui/options/browser_options_handler.cc (working copy)
@@ -208,6 +208,9 @@
IDS_OPTIONS_AUTOOPENFILETYPES_RESETTODEFAULT },
{ "changeHomePage", IDS_OPTIONS_CHANGE_HOME_PAGE },
{ "certificatesManageButton", IDS_OPTIONS_CERTIFICATES_MANAGE_BUTTON },
+#if defined(ENABLE_GOOGLE_NOW)
+ { "componentGeolocationEnable", IDS_OPTIONS_COMPONENT_GEOLCATION_ENABLE },
+#endif
{ "customizeSync", IDS_OPTIONS_CUSTOMIZE_SYNC_BUTTON_LABEL },
{ "defaultFontSizeLabel", IDS_OPTIONS_DEFAULT_FONT_SIZE_LABEL },
{ "defaultSearchManageEngines", IDS_OPTIONS_DEFAULTSEARCH_MANAGE_ENGINES },

Powered by Google App Engine
This is Rietveld 408576698