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

Unified Diff: chrome/common/chrome_constants.cc

Issue 7032013: Adapt to new icon interface from WebFrame (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 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 6cd951451931f4702ed043bd1fac462ce0b8953c..ff21c5abb87de5a00ba2b37c89fed4628ce7b9fb 100644
--- a/chrome/common/chrome_constants.cc
+++ b/chrome/common/chrome_constants.cc
@@ -133,6 +133,8 @@ const char* const kUnknownLanguageCode = "und";
const int kJavascriptMessageExpectedDelay = 1000;
+const bool kEnableTouchIcon = false;
+
} // namespace chrome
#undef FPL

Powered by Google App Engine
This is Rietveld 408576698