diff options
author | markusheintz@chromium.org <markusheintz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-16 21:21:19 +0000 |
---|---|---|
committer | markusheintz@chromium.org <markusheintz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-16 21:21:19 +0000 |
commit | 3d5c8589c346c44381fa84121d1dc6cfc047d02c (patch) | |
tree | c60636461399c08dbbb74f1f4cc37fdc258fb3f1 /chrome/browser/geolocation | |
parent | 1c8434ac77a77a11363ddd2806e7e5723036429a (diff) | |
download | chromium_src-3d5c8589c346c44381fa84121d1dc6cfc047d02c.zip chromium_src-3d5c8589c346c44381fa84121d1dc6cfc047d02c.tar.gz chromium_src-3d5c8589c346c44381fa84121d1dc6cfc047d02c.tar.bz2 |
Add methods to support item_pattern, top_level_frame_pattersn to host_content_settings_map and
migrate single pattern preferences.
BUG=YYY
TEST=host_content_setttings_map_unittest.cc, content_settings_pref_provider_unittest.cc
Review URL: http://codereview.chromium.org/6982038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89399 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/geolocation')
-rw-r--r-- | chrome/browser/geolocation/geolocation_content_settings_map.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/geolocation/geolocation_content_settings_map.cc b/chrome/browser/geolocation/geolocation_content_settings_map.cc index 443ecc8..8f65eb5 100644 --- a/chrome/browser/geolocation/geolocation_content_settings_map.cc +++ b/chrome/browser/geolocation/geolocation_content_settings_map.cc @@ -212,6 +212,7 @@ void GeolocationContentSettingsMap::Observe( const std::string& name = *Details<std::string>(details).ptr(); if (name == prefs::kGeolocationDefaultContentSetting) { ContentSettingsDetails details(ContentSettingsPattern(), + ContentSettingsPattern(), CONTENT_SETTINGS_TYPE_DEFAULT, std::string()); NotifyObservers(details); |