diff options
Diffstat (limited to 'chrome/browser/shell_integration_android.cc')
-rw-r--r-- | chrome/browser/shell_integration_android.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/shell_integration_android.cc b/chrome/browser/shell_integration_android.cc index af39bfa..8aa1e9b 100644 --- a/chrome/browser/shell_integration_android.cc +++ b/chrome/browser/shell_integration_android.cc @@ -7,9 +7,10 @@ // TODO: crbug/115375 to track implementation for following methods. // static -bool ShellIntegration::CanSetAsDefaultBrowser() { +ShellIntegration::DefaultWebClientSetPermission + ShellIntegration::CanSetAsDefaultBrowser() { NOTIMPLEMENTED(); - return false; + return SET_DEFAULT_NOT_ALLOWED; } // static |