| Index: chrome/common/pref_names.cc
|
| ===================================================================
|
| --- chrome/common/pref_names.cc (revision 41987)
|
| +++ chrome/common/pref_names.cc (working copy)
|
| @@ -351,6 +351,13 @@
|
|
|
| const wchar_t kPinnedTabs[] = L"pinned_tabs";
|
|
|
| +// 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
|
|
|
|
|