diff options
Diffstat (limited to 'chrome/browser/shell_integration.cc')
-rw-r--r-- | chrome/browser/shell_integration.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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; |