diff options
author | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 14:09:49 +0000 |
---|---|---|
committer | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 14:09:49 +0000 |
commit | 62f0f3412d68a2b2d2b4e6714df32b8a5b9438e7 (patch) | |
tree | 1924bd8682f3ee0a8fa352b79a786b3c418fe56a /chrome/browser | |
parent | 54f41803fc224ff74476d8b8a954f792e37c3383 (diff) | |
download | chromium_src-62f0f3412d68a2b2d2b4e6714df32b8a5b9438e7.zip chromium_src-62f0f3412d68a2b2d2b4e6714df32b8a5b9438e7.tar.gz chromium_src-62f0f3412d68a2b2d2b4e6714df32b8a5b9438e7.tar.bz2 |
Clarify a comment about the geolocation content settings map
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1361004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42755 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h index bdf13e2..5ea18a6 100644 --- a/chrome/browser/tab_contents/tab_contents.h +++ b/chrome/browser/tab_contents/tab_contents.h @@ -248,8 +248,9 @@ class TabContents : public PageNavigator, // page. bool IsContentBlocked(ContentSettingsType content_type) const; - // Returns the map of settings per origin that has used the geolocation API on - // this page. + // Returns the map of settings applied per frame that has used the + // geolocation API on this page. Note this is a full URL, not redacted to + // origin or otherwise. typedef std::map<GURL, ContentSetting> GeolocationContentSettings; const GeolocationContentSettings& geolocation_content_settings() const { return geolocation_content_settings_; |