Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Unified Diff: chrome/common/chrome_constants.cc

Issue 7065052: Improve large tab strip by leveraging touch icons when present (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ' Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_constants.cc
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
index d6d610edc10e330b8c8389a55563816ecf82ded5..59e8194561c7e5186952eefa3f6c280401a4fc7a 100644
--- a/chrome/common/chrome_constants.cc
+++ b/chrome/common/chrome_constants.cc
@@ -133,7 +133,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

Powered by Google App Engine
This is Rietveld 408576698