From 5fc2ce0e05f8900f5a06ac23ba270203c3fcd3e8 Mon Sep 17 00:00:00 2001 From: "kuchhal@chromium.org" Date: Mon, 27 Oct 2008 18:00:10 +0000 Subject: * Update comments from code review feedback. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4006 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/shell_integration.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome/browser/shell_integration.cc') diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc index b149f79..0812ce1 100644 --- a/chrome/browser/shell_integration.cc +++ b/chrome/browser/shell_integration.cc @@ -123,7 +123,6 @@ bool ShellIntegration::SetAsDefaultBrowser() { } // From UI currently we only allow setting default browser for current user. - // So we pass false for system_level. if (!ShellUtil::MakeChromeDefault(ShellUtil::CURRENT_USER, chrome_exe)) { LOG(ERROR) << "Chrome could not be set as default browser."; return false; -- cgit v1.1