| commit | 9c1457fa00495c86d6b3017c7b5d1311ac0c2e2f | [log] [tgz] |
|---|---|---|
| author | pmonette <[email protected]> | Thu Nov 19 20:29:31 2015 |
| committer | Commit bot <[email protected]> | Thu Nov 19 20:30:26 2015 |
| tree | 01aa655e6460ca5cdbebfcda5894ff7808a3fb02 | |
| parent | 354c7c01fde29a5b7200403c2a730da6515f5b88 [diff] [blame] |
Make the histograms for setting the default browser consistent BUG= Review URL: https://codereview.chromium.org/1426663005 Cr-Commit-Position: refs/heads/master@{#360654}
diff --git a/chrome/browser/ui/browser_command_controller.cc b/chrome/browser/ui/browser_command_controller.cc index ad8f0ca9..b6f7942 100644 --- a/chrome/browser/ui/browser_command_controller.cc +++ b/chrome/browser/ui/browser_command_controller.cc
@@ -4,6 +4,8 @@ #include "chrome/browser/ui/browser_command_controller.h" +#include <string> + #include "base/command_line.h" #include "base/prefs/pref_service.h" #include "chrome/app/chrome_command_ids.h" @@ -165,7 +167,6 @@ return; } first_check_ = false; - default_browser_worker_->StartCheckIsDefault(); } bool IsInteractiveSetDefaultPermitted() override {