Index: chrome/browser/defaults.h |
diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h |
index e733675ed110ed1dfdf4cdfcdd4ede349c93ee23..c0e8d3dc395f797c7a8528b102fa7caa73af1657 100644 |
--- a/chrome/browser/defaults.h |
+++ b/chrome/browser/defaults.h |
@@ -68,9 +68,6 @@ extern const bool kAlwaysOpenIncognitoWindow; |
// Should the close button be shown in the Task Manager dialog? |
extern const bool kShowCancelButtonInTaskManager; |
-// Are touch icons enabled? False by default. |
-extern const bool kEnableTouchIcon; |
- |
//============================================================================= |
// Runtime "const" - set only once after parsing command line option and should |
// never be modified after that. |