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

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: Fix wrong comment 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 b6e6eab91243bafb058b1d77583e125795c85433..0565dacad509d2e2706ad9e0daf4b8693e604a09 100644
--- a/chrome/browser/shell_integration_win.cc
+++ b/chrome/browser/shell_integration_win.cc
@@ -665,12 +665,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