diff options
Diffstat (limited to 'chrome/browser/shell_integration_win.cc')
-rw-r--r-- | chrome/browser/shell_integration_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/shell_integration_win.cc b/chrome/browser/shell_integration_win.cc index 2d53d28..f358ffd 100644 --- a/chrome/browser/shell_integration_win.cc +++ b/chrome/browser/shell_integration_win.cc @@ -278,7 +278,7 @@ bool ShellIntegration::SetAsDefaultBrowser() { return false; } - LOG(INFO) << "Chrome registered as default browser."; + VLOG(1) << "Chrome registered as default browser."; return true; } |