| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 1905a5ceeb33bd2713e4f11be91e2c94baa91fc3..027fc2e0336aa357d658de0e9bb59d4f47ddae18 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -129,7 +129,11 @@ const char* const kUnknownLanguageCode = "und";
|
|
|
| const int kJavascriptMessageExpectedDelay = 1000;
|
|
|
| +#ifdef TOUCH_UI
|
| +const bool kEnableTouchIcon = true;
|
| +#else
|
| const bool kEnableTouchIcon = false;
|
| +#endif
|
|
|
| } // namespace chrome
|
|
|
|
|