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

Unified Diff: chrome/browser/content_settings/host_content_settings_map.h

Issue 6625076: Removing references to off the record in comments and log messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
Index: chrome/browser/content_settings/host_content_settings_map.h
diff --git a/chrome/browser/content_settings/host_content_settings_map.h b/chrome/browser/content_settings/host_content_settings_map.h
index cb21cf4a3a43797c3dc0dd0de9aeda1dfc7c5c38..d66b467a48d82e8a0f8f4245b92ed66432979434 100644
--- a/chrome/browser/content_settings/host_content_settings_map.h
+++ b/chrome/browser/content_settings/host_content_settings_map.h
@@ -95,7 +95,7 @@ class HostContentSettingsMap
// For a given content type, returns all patterns with a non-default setting,
// mapped to their actual settings, in lexicographical order. |settings|
// must be a non-NULL outparam. If this map was created for the
- // off-the-record profile, it will only return those settings differing from
+ // incognito profile, it will only return those settings differing from
// the main map. For ContentSettingsTypes that require an resource identifier
// to be specified, the |resource_identifier| must be non-empty.
//
@@ -105,7 +105,7 @@ class HostContentSettingsMap
SettingsForOneType* settings) const;
// Sets the default setting for a particular content type. This method must
- // not be invoked on an off-the-record map.
+ // not be invoked on an incognito map.
//
// This should only be called on the UI thread.
void SetDefaultContentSetting(ContentSettingsType content_type,
@@ -146,7 +146,7 @@ class HostContentSettingsMap
}
// Sets whether we block all third-party cookies. This method must not be
- // invoked on an off-the-record map.
+ // invoked on an incognito map.
//
// This should only be called on the UI thread.
void SetBlockThirdPartyCookies(bool block);

Powered by Google App Engine
This is Rietveld 408576698