diff options
author | sverrir@chromium.org <sverrir@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-25 19:01:20 +0000 |
---|---|---|
committer | sverrir@chromium.org <sverrir@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-25 19:01:20 +0000 |
commit | 5e5bf59cbc75839aafef3ae29bcb53408adb715d (patch) | |
tree | 966b9429cc518ee2131627a39db02cd572d99f82 /chrome/installer/setup | |
parent | da608d200aa6c54df03fa18d50a3daad6b8a3949 (diff) | |
download | chromium_src-5e5bf59cbc75839aafef3ae29bcb53408adb715d.zip chromium_src-5e5bf59cbc75839aafef3ae29bcb53408adb715d.tar.gz chromium_src-5e5bf59cbc75839aafef3ae29bcb53408adb715d.tar.bz2 |
Remove code that adds "Url Protocol" key to registry entry
for ChromeHTML. This removes the feature where you
can launch Chrome using chromehtml: links in e.g. IE.
BUG=5825
Review URL: http://codereview.chromium.org/21477
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10357 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/setup')
-rw-r--r-- | chrome/installer/setup/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/setup/main.cc b/chrome/installer/setup/main.cc index 0519a15..314d5fc 100644 --- a/chrome/installer/setup/main.cc +++ b/chrome/installer/setup/main.cc @@ -508,7 +508,7 @@ int WINAPI wWinMain(HINSTANCE instance, HINSTANCE prev_instance, // If --register-chrome-browser option is specified, register all // Chrome protocol/file associations as well as register it as a valid - // browser for StarMenu->Internet shortcut. This option should only + // browser for Start Menu->Internet shortcut. This option should only // be used when setup.exe is launched with admin rights. We do not // make any user specific changes in this option. if (parsed_command_line.HasSwitch( |