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..8aa1e9b4e75cf5aec5ad46dd03f67741aabee8e3 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 |