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

Unified Diff: chrome/browser/profiles/profile.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/profiles/profile.cc
===================================================================
--- chrome/browser/profiles/profile.cc (revision 203973)
+++ chrome/browser/profiles/profile.cc (working copy)
@@ -83,6 +83,10 @@
false,
user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
registry->RegisterBooleanPref(
vadimt 2013/06/07 00:56:07 #ifdef?
robliao 2013/06/07 07:34:36 Done.
+ prefs::kComponentGeolocationEnabled,
vadimt 2013/06/07 00:56:07 Why do we have the 'Component' part of the name?
robliao 2013/06/07 07:34:36 This is to distinguish it from kGeolocationEnabled
robliao 2013/06/07 07:34:36 Done.
vadimt 2013/06/07 17:16:28 I see. But 'Component' implies component extension
robliao 2013/06/07 18:35:38 Changed to kGoogleGeolocationAccessEnabled On 2013
+ false,
+ user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
+ registry->RegisterBooleanPref(
prefs::kDisableExtensions,
false,
user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);

Powered by Google App Engine
This is Rietveld 408576698