diff options
Diffstat (limited to 'chrome/browser/defaults.h')
-rw-r--r-- | chrome/browser/defaults.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h index 6e64fe6..adc8577 100644 --- a/chrome/browser/defaults.h +++ b/chrome/browser/defaults.h @@ -71,6 +71,9 @@ extern const bool kShowOtherBrowsersInAboutMemory; // Should always open incognito windows when started with --incognito switch? extern const bool kAlwaysOpenIncognitoWindow; +// Should the close button be shown in the Task Manager dialog? +extern const bool kShowCancelButtonInTaskManager; + //============================================================================= // Runtime "const" - set only once after parsing command line option and should // never be modified after that. |