diff options
author | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-03 18:04:15 +0000 |
---|---|---|
committer | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-03 18:04:15 +0000 |
commit | e9d07a4a73c701410a261821b68157755ed3c5ed (patch) | |
tree | d419cda5bcee6f5aeb33391f10ab385b2c9b1c97 /webkit | |
parent | d882ed74b7d636714db50d3f6fe8b5f7939f4299 (diff) | |
download | chromium_src-e9d07a4a73c701410a261821b68157755ed3c5ed.zip chromium_src-e9d07a4a73c701410a261821b68157755ed3c5ed.tar.gz chromium_src-e9d07a4a73c701410a261821b68157755ed3c5ed.tar.bz2 |
Revert 83826 - Oops... forgot the typo fix in the previous patch.
TBR=avi
Review URL: http://codereview.chromium.org/6879130
TBR=cevans@chromium.org
Review URL: http://codereview.chromium.org/6910027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83916 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/plugins/npapi/plugin_list.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/webkit/plugins/npapi/plugin_list.cc b/webkit/plugins/npapi/plugin_list.cc index ecb50e8..ebb503a 100644 --- a/webkit/plugins/npapi/plugin_list.cc +++ b/webkit/plugins/npapi/plugin_list.cc @@ -28,16 +28,16 @@ FilePath::CharType kDefaultPluginLibraryName[] = // Some version ranges can be shared across operating systems. This should be // done where possible to avoid duplication. -// This is up to date with +// This is uptodate with // http://www.adobe.com/support/security/bulletins/apsb11-07.html static const VersionRangeDefinition kFlashVersionRange[] = { - // Chrome Flash is .154 and always up to date due to being built-in. + // Chrome Flash is .154 and always uptodate due to being built-in. { "0", "10.2.155", "10.2.154", false }, // External Flash (Linux x86_64) needs .159, and never had a .154 series // release (which is why this split-range works nicely and simply). { "10.2.155", "10.3", "10.2.159", false } }; -// This is up to date with +// This is uptodate with // http://www.adobe.com/support/security/bulletins/apsb11-01.html static const VersionRangeDefinition kShockwaveVersionRange[] = { { "", "", "11.5.9.620", true } @@ -103,7 +103,7 @@ static const VersionRangeDefinition kQuicktimeVersionRange[] = { static const VersionRangeDefinition kJavaVersionRange[] = { { "0", "7", "6.0.240", true } // "240" is not a typo. }; -// This is up to date with +// This is uptodate with // http://www.adobe.com/support/security/bulletins/apsb11-08.html static const VersionRangeDefinition kAdobeReaderVersionRange[] = { { "10", "11", "10.0.1", false }, |