| 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);
|
|
|
|
|