| Index: chrome/browser/shell_integration.h
|
| diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h
|
| index 7c109da6f4b03c6209126a978eb06aa88079e3b9..62238d767faf7e8b6ffb8853abc8c78ef1b37a11 100644
|
| --- a/chrome/browser/shell_integration.h
|
| +++ b/chrome/browser/shell_integration.h
|
| @@ -38,8 +38,8 @@ class ShellIntegration {
|
| static bool CanSetAsDefaultBrowser();
|
|
|
| // Returns true if the running browser can be set as the default client
|
| - // application for the given protocol.
|
| - static bool CanSetAsDefaultProtocolClient(const std::string& protocol);
|
| + // application for specific protocols.
|
| + static bool CanSetAsDefaultProtocolClient();
|
|
|
| // On Linux, it may not be possible to determine or set the default browser
|
| // on some desktop environments or configurations. So, we use this enum and
|
|
|