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

Unified Diff: chrome/browser/content_settings/content_settings_provider.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/content_settings_provider.h
diff --git a/chrome/browser/content_settings/content_settings_provider.h b/chrome/browser/content_settings/content_settings_provider.h
index eff144361e6eb26acfb03ef9f29a439fd0a6278f..88c0a6f01e362fb41d2cd0d9dbfa040d7972bafb 100644
--- a/chrome/browser/content_settings/content_settings_provider.h
+++ b/chrome/browser/content_settings/content_settings_provider.h
@@ -98,7 +98,7 @@ class ProviderInterface {
// For a given content type, returns all content setting rules with a
// non-default setting, mapped to their actual settings.
// |content_settings_rules| must be non-NULL. If this provider was created for
- // the off-the-record profile, it will only return those settings differing
+ // the incognito profile, it will only return those settings differing
// from the corresponding regular provider. For ContentSettingsTypes that
// require a resource identifier to be specified, the |resource_identifier|
// must be non-empty.

Powered by Google App Engine
This is Rietveld 408576698