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

Unified Diff: chrome/common/chrome_constants.h

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.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_

Powered by Google App Engine
This is Rietveld 408576698