diff options
author | michaelbai@google.com <michaelbai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-12 16:18:31 +0000 |
---|---|---|
committer | michaelbai@google.com <michaelbai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-12 16:18:31 +0000 |
commit | 60f36f9c86ca3e2203eadaf0db2dc4f3d7382c6b (patch) | |
tree | 1bfa4d984ffd174824fd36213630eab934375ea3 /chrome/browser/defaults.h | |
parent | 44ddaa4757178992da4f9a1398d96438e76e26d0 (diff) | |
download | chromium_src-60f36f9c86ca3e2203eadaf0db2dc4f3d7382c6b.zip chromium_src-60f36f9c86ca3e2203eadaf0db2dc4f3d7382c6b.tar.gz chromium_src-60f36f9c86ca3e2203eadaf0db2dc4f3d7382c6b.tar.bz2 |
a Downloaded or retrieved favicon and touch in FaviconHelper.
b.ViewHostMsg_UpdateFaviconURL can update multiple icon urls
BUG=71571
TEST=Tested with existing unit test and add 2 new unit tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=81158
Review URL: http://codereview.chromium.org/6672065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81258 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/defaults.h')
-rw-r--r-- | chrome/browser/defaults.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h index dd06dbe..e733675 100644 --- a/chrome/browser/defaults.h +++ b/chrome/browser/defaults.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -68,6 +68,9 @@ 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. |