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..8440658007878828f4fc69c5e831a70b0acd6872 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::DefaultSettingsChangePermission |
+ ShellIntegration::CanSetAsDefaultBrowser() { |
+ return CHANGE_DEFAULT_NOT_ALLOWED; |
grt (UTC plus 2)
2012/05/28 20:47:02
shouldn't this be CHANGE_DEFAULT_UNATTENDED?
motek.
2012/05/31 21:59:04
Oops. It should. Thanks.
|
} |
// static |