diff options
author | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-13 20:10:58 +0000 |
---|---|---|
committer | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-13 20:10:58 +0000 |
commit | b699594334d47fea6055dab88d0479917a411a58 (patch) | |
tree | 196da1674c8f528f5215c8cf1343d2597c3db3db /chrome_frame/chrome_active_document.rgs | |
parent | ddb1e5ae096bd91da721887fd55e68c603bf7067 (diff) | |
download | chromium_src-b699594334d47fea6055dab88d0479917a411a58.zip chromium_src-b699594334d47fea6055dab88d0479917a411a58.tar.gz chromium_src-b699594334d47fea6055dab88d0479917a411a58.tar.bz2 |
Don't create bogus 's' key in registry during Chrome Frame registration
BUG=none
TEST=register Chrome Frame on a fresh machine and note that bogus key HKCR\MIME\Database\s is no longer created.
Review URL: http://codereview.chromium.org/5810001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69042 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_active_document.rgs')
-rw-r--r-- | chrome_frame/chrome_active_document.rgs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_active_document.rgs b/chrome_frame/chrome_active_document.rgs index 9890e05..fd88072 100644 --- a/chrome_frame/chrome_active_document.rgs +++ b/chrome_frame/chrome_active_document.rgs @@ -39,7 +39,7 @@ NoRemove Classes { NoRemove MIME { NoRemove Database { - NoRemove s 'Content Type' { + NoRemove 'Content Type' { 'application/chromepage' { val CLSID = s '{3E1D0E7F-F5E3-44CC-AA6A-C0A637619AB8}' } |