Index: chrome/common/pref_names.cc |
=================================================================== |
--- chrome/common/pref_names.cc (revision 72320) |
+++ chrome/common/pref_names.cc (working copy) |
@@ -134,6 +134,9 @@ |
// Boolean that is true when SafeBrowsing is enabled. |
const char kSafeBrowsingEnabled[] = "safebrowsing.enabled"; |
+// Boolean that is true when Incognito support is enabled. |
+const char kIncognitoEnabled[] = "incognito.enabled"; |
+ |
// Boolean that is true when SafeBrowsing Malware Report is enabled. |
const char kSafeBrowsingReportingEnabled[] = |
"safebrowsing.reporting_enabled"; |