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

Unified Diff: chrome/browser/shell_integration_win.cc

Issue 1426663005: Make the histograms for setting the default browser consistent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 5 years, 1 month 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
Index: chrome/browser/shell_integration_win.cc
diff --git a/chrome/browser/shell_integration_win.cc b/chrome/browser/shell_integration_win.cc
index 4089dc47a12765898c4a3413352e26cabed14faf..374f341aed008bd92eed4844b1f0284d7731b701 100644
--- a/chrome/browser/shell_integration_win.cc
+++ b/chrome/browser/shell_integration_win.cc
@@ -639,12 +639,6 @@ base::FilePath ShellIntegration::GetStartMenuShortcut(
return base::FilePath();
}
-// static
-bool ShellIntegration::DefaultWebClientWorker::ShouldReportAttemptResults() {
- return base::win::GetVersion() >= base::win::VERSION_WIN10 &&
- IsSetAsDefaultAsynchronous();
-}
-
bool ShellIntegration::DefaultBrowserWorker::InitializeSetAsDefault() {
DCHECK_CURRENTLY_ON(BrowserThread::UI);

Powered by Google App Engine
This is Rietveld 408576698