Index: chrome/browser/shell_integration_linux.cc |
diff --git a/chrome/browser/shell_integration_linux.cc b/chrome/browser/shell_integration_linux.cc |
index cdb52ba4ede0c43ede2749dc65d819e46cd8d16a..c170361df83948ef613317dd75869cfbe6380a4c 100644 |
--- a/chrome/browser/shell_integration_linux.cc |
+++ b/chrome/browser/shell_integration_linux.cc |
@@ -357,8 +357,9 @@ ShellIntegration::DefaultWebClientState GetIsDefaultWebClient( |
} // namespace |
// static |
-bool ShellIntegration::CanSetAsDefaultBrowser() { |
- return true; |
+ShellIntegration::DefaultWebClientSetPermission |
+ ShellIntegration::CanSetAsDefaultBrowser() { |
+ return SET_DEFAULT_UNATTENDED; |
} |
// static |