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

Unified Diff: chrome/browser/defaults.h

Issue 6672065: Support touch icon in FaviconHelper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix some style issues Created 9 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/defaults.cc » ('j') | chrome/browser/favicon_helper.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/defaults.h
diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h
index dd06dbee869e229da8e86fd5ef049f762655723c..1d16300c18612dc735360c385a6cc958d5c63455 100644
--- a/chrome/browser/defaults.h
+++ b/chrome/browser/defaults.h
@@ -82,6 +82,9 @@ extern bool skip_restore;
// today.
extern bool enable_help_app;
+// Are touch icons enabled? False by default.
+extern bool enable_touch_icon;
sky 2011/03/22 19:48:48 This should be above line 72, right?
michaelbai 2011/03/22 23:59:03 Done.
+
} // namespace browser_defaults
#endif // CHROME_BROWSER_DEFAULTS_H_
« no previous file with comments | « no previous file | chrome/browser/defaults.cc » ('j') | chrome/browser/favicon_helper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698