diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-16 18:54:05 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-16 18:54:05 +0000 |
commit | f16039d23043cf97048540b3916be44825697f9b (patch) | |
tree | 4f607808a77397f26cbca4935b5996abdc188796 /chrome/browser/extensions/extension_tabs_module_constants.cc | |
parent | f660caef294d1ad42142b8a500da4ea49af2a4bf (diff) | |
download | chromium_src-f16039d23043cf97048540b3916be44825697f9b.zip chromium_src-f16039d23043cf97048540b3916be44825697f9b.tar.gz chromium_src-f16039d23043cf97048540b3916be44825697f9b.tar.bz2 |
fav icon -> favicon. Pass 12/12: all the rest
BUG=76073
TEST=test; no visible change
Review URL: http://codereview.chromium.org/6667044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78408 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_tabs_module_constants.cc')
-rw-r--r-- | chrome/browser/extensions/extension_tabs_module_constants.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_tabs_module_constants.cc b/chrome/browser/extensions/extension_tabs_module_constants.cc index f23edae..bde76c5 100644 --- a/chrome/browser/extensions/extension_tabs_module_constants.cc +++ b/chrome/browser/extensions/extension_tabs_module_constants.cc @@ -8,7 +8,7 @@ namespace extension_tabs_module_constants { const char kAllFramesKey[] = "allFrames"; const char kCodeKey[] = "code"; -const char kFavIconUrlKey[] = "favIconUrl"; +const char kFaviconUrlKey[] = "favIconUrl"; const char kFileKey[] = "file"; const char kFocusedKey[] = "focused"; const char kFormatKey[] = "format"; |