Index: chrome/browser/ui/browser.h |
=================================================================== |
--- chrome/browser/ui/browser.h (revision 72634) |
+++ chrome/browser/ui/browser.h (working copy) |
@@ -1112,6 +1112,9 @@ |
// Keep track of when instant enabled changes. |
BooleanPrefMember instant_enabled_; |
+ // Tracks the preference that controls whether incognito mode is allowed. |
+ BooleanPrefMember incognito_mode_allowed_; |
+ |
// Indicates if command execution is blocked. |
bool block_command_execution_; |