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

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

Issue 6756001: Removing 'off the record' references. Contributed by vipul.bhasin@gmail.com (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Removing off the record references from the code 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_pref_provider.h
diff --git a/chrome/browser/content_settings/content_settings_pref_provider.h b/chrome/browser/content_settings/content_settings_pref_provider.h
index 185e8709c8dd617cbc11b83b82a0f45d9e147496..068a13eed0a427993129009f4b7b17bd9d7e432c 100644
--- a/chrome/browser/content_settings/content_settings_pref_provider.h
+++ b/chrome/browser/content_settings/content_settings_pref_provider.h
@@ -76,8 +76,8 @@ class PrefDefaultProvider : public DefaultProviderInterface,
Profile* profile_;
- // Whether this settings map is for an OTR session.
- bool is_off_the_record_;
+ // Whether this settings map is for an Incognito session.
+ bool is_incognito_;
// Used around accesses to the default_content_settings_ object to guarantee
// thread safety.

Powered by Google App Engine
This is Rietveld 408576698