| Index: chrome/common/chrome_constants.h
|
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
|
| index e6d8fbea84d31ce385ae8d66f012b26acc20142f..d0e2652ebc567351dfdc383c9538aef27713101a 100644
|
| --- a/chrome/common/chrome_constants.h
|
| +++ b/chrome/common/chrome_constants.h
|
| @@ -94,6 +94,9 @@ extern const char* const kUnknownLanguageCode;
|
| // contents.
|
| extern const int kJavascriptMessageExpectedDelay;
|
|
|
| +// Are touch icons enabled? False by default.
|
| +extern const bool kEnableTouchIcon;
|
| +
|
| } // namespace chrome
|
|
|
| #endif // CHROME_COMMON_CHROME_CONSTANTS_H_
|
|
|