Index: chrome/installer/util/shell_util.cc |
diff --git a/chrome/installer/util/shell_util.cc b/chrome/installer/util/shell_util.cc |
index 8a8c00227781a077a558d38a2695de780facb412..1e67163d9173198f8f002a714d59d160dfbf932c 100644 |
--- a/chrome/installer/util/shell_util.cc |
+++ b/chrome/installer/util/shell_util.cc |
@@ -297,8 +297,6 @@ class RegistryEntry { |
entries->push_back(new RegistryEntry( |
chrome_html_prog_id, dist->GetBrowserProgIdDesc())); |
entries->push_back(new RegistryEntry( |
- chrome_html_prog_id, ShellUtil::kRegUrlProtocol, base::string16())); |
gab
2014/09/12 11:43:15
From https://code.google.com/p/chromium/codesearch
grt (UTC plus 2)
2014/09/12 13:59:41
If http://msdn.microsoft.com/library/ie/aa767914.a
Matt Giuca
2014/09/12 23:49:24
I'll do some testing in IE on Monday. (I didn't re
grt (UTC plus 2)
2014/09/13 03:27:38
Exactly. I wonder what would happen if Chrome is r
Matt Giuca
2014/09/15 00:52:01
No, it works perfectly:
1. Go here: http://www.lo
grt (UTC plus 2)
2014/09/15 13:55:18
Awesome, thanks for confirming.
|
- entries->push_back(new RegistryEntry( |
chrome_html_prog_id + ShellUtil::kRegDefaultIcon, icon_path)); |
entries->push_back(new RegistryEntry( |
chrome_html_prog_id + ShellUtil::kRegShellOpen, open_cmd)); |