| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index a9265873610230ebf149d26242d873714e689dc4..b71b0a3018d0dbf031bd9e74d7a7c199b1f52f9e 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -349,6 +349,13 @@ const wchar_t kUseVerticalTabs[] = L"tabs.use_vertical_tabs";
|
| // Boolean that is true when the translate feature is enabled.
|
| const wchar_t kEnableTranslate[] = L"translate.enabled";
|
|
|
| +// Integer containing the default Geolocation content setting.
|
| +const wchar_t kGeolocationDefaultContentSetting[] =
|
| + L"geolocation.default_content_setting";
|
| +
|
| +// Dictionary that maps [frame, toplevel] to their Geolocation content setting.
|
| +const wchar_t kGeolocationContentSettings[] = L"geolocation.content_settings";
|
| +
|
| // *************** LOCAL STATE ***************
|
| // These are attached to the machine/installation
|
|
|
|
|