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

Unified Diff: chrome/browser/content_settings/content_settings_base_provider.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: Updating the AUTHORS file. Patch submitted by: Vipul Bhasin<vipul.bhasin@gmail.com> 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_base_provider.h
diff --git a/chrome/browser/content_settings/content_settings_base_provider.h b/chrome/browser/content_settings/content_settings_base_provider.h
index 1e6c9e46dd78fe35824856341a14cadae98bdaed..bbfa6e9b76f163883d36ccb0cf290f6386941001 100644
--- a/chrome/browser/content_settings/content_settings_base_provider.h
+++ b/chrome/browser/content_settings/content_settings_base_provider.h
@@ -121,7 +121,7 @@ class BaseProvider : public ProviderInterface {
bool is_off_the_record_;
// Differences to the preference-stored host content settings for
- // off-the-record settings.
+ // incognito settings.
HostContentSettings off_the_record_settings_;
// Used around accesses to the content_settings_ object to guarantee

Powered by Google App Engine
This is Rietveld 408576698