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

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

Issue 6635032: Removing references to off the record in comments and log messages. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fix issues pointed out by code reviewer 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 cf326d7ffca75e897048cee694702275b0a010db..1ab77de3719a57e1ee75cb4b841cda9c2665def3 100644
--- a/chrome/browser/content_settings/host_content_settings_map.h
+++ b/chrome/browser/content_settings/host_content_settings_map.h
@@ -94,7 +94,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.
//
@@ -104,7 +104,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,
@@ -145,7 +145,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