diff options
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 24f5f67c..62486e3 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -351,6 +351,13 @@ const wchar_t kEnableTranslate[] = L"translate.enabled"; 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 |