Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(756)

Unified Diff: chrome/browser/tab_contents/tab_contents.h

Issue 1361004: Clarify a comment about the geolocation content settings map... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/tab_contents.h
===================================================================
--- chrome/browser/tab_contents/tab_contents.h (revision 42745)
+++ chrome/browser/tab_contents/tab_contents.h (working copy)
@@ -248,8 +248,10 @@
// 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 per frame that has used the geolocation API on
+ // this page. Note this is a full URL, not redacted to origin or otherwise.
+ // Also note this reflects the state as currently using on this page, the
+ // state in the persisted prefs map may have since changed.
typedef std::map<GURL, ContentSetting> GeolocationContentSettings;
const GeolocationContentSettings& geolocation_content_settings() const {
return geolocation_content_settings_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698