Index: chrome/browser/shell_integration_android.cc |
diff --git a/chrome/browser/shell_integration_android.cc b/chrome/browser/shell_integration_android.cc |
index af39bfa701e1dbec914da089b4e62eb64b3d35fc..8bcde00ecc92cc2ecefe55da943045dfe37c9db2 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::DefaultSettingsChangePermission |
+ ShellIntegration::CanSetAsDefaultBrowser() { |
NOTIMPLEMENTED(); |
- return false; |
+ return CHANGE_DEFAULT_NOT_ALLOWED; |
} |
// static |