| Index: chrome/browser/defaults.h
|
| diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h
|
| index dd06dbee869e229da8e86fd5ef049f762655723c..e69e9be1cf247dd0e585da6f1bd0831bc512e0f2 100644
|
| --- a/chrome/browser/defaults.h
|
| +++ b/chrome/browser/defaults.h
|
| @@ -68,6 +68,9 @@ extern const bool kAlwaysOpenIncognitoWindow;
|
| // Should the close button be shown in the Task Manager dialog?
|
| extern const bool kShowCancelButtonInTaskManager;
|
|
|
| +// Are touch icons enabled? False by default.
|
| +extern const bool kEnableTouchIcon;
|
| +
|
| //=============================================================================
|
| // Runtime "const" - set only once after parsing command line option and should
|
| // never be modified after that.
|
|
|