| Index: chrome/browser/shell_integration_linux.cc
|
| diff --git a/chrome/browser/shell_integration_linux.cc b/chrome/browser/shell_integration_linux.cc
|
| index 4e540b2d40aeb7b0b54e4a35384703936e9950e0..020c33acfe07502136ad8163e090dd0aed0385cc 100644
|
| --- a/chrome/browser/shell_integration_linux.cc
|
| +++ b/chrome/browser/shell_integration_linux.cc
|
| @@ -215,7 +215,7 @@ bool SetAsDefaultProtocolClient(const std::string& protocol) {
|
| return SetDefaultWebClient(protocol);
|
| }
|
|
|
| -DefaultWebClientSetPermission CanSetAsDefaultBrowser() {
|
| +DefaultWebClientSetPermission GetDefaultWebClientSetPermission() {
|
| return SET_DEFAULT_UNATTENDED;
|
| }
|
|
|
|
|