Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2758)

Unified Diff: chrome/installer/util/shell_util.cc

Issue 559253002: Installer: Do not write "URL Protocol" to the ChromeHTML registry entry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698