Index: chrome/browser/shell_integration_linux.cc |
diff --git a/chrome/browser/shell_integration_linux.cc b/chrome/browser/shell_integration_linux.cc |
index a6ab7e54b893833bca62910235f87cca82dc6de8..b034d05cfcd27f59defd5eb836d1e42b835a962d 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 |