Index: chrome/browser/shell_integration_mac.mm |
diff --git a/chrome/browser/shell_integration_mac.mm b/chrome/browser/shell_integration_mac.mm |
index 2175d00af9f15739fba12d713c4c644aff663821..8821595dc13613ac2feaf47c9e0245ac291acea0 100644 |
--- a/chrome/browser/shell_integration_mac.mm |
+++ b/chrome/browser/shell_integration_mac.mm |
@@ -38,7 +38,7 @@ bool ShellIntegration::SetAsDefaultProtocolClient(const std::string& protocol) { |
if (protocol.empty()) |
return false; |
- if (!CanSetAsDefaultProtocolClient(protocol)) |
+ if (!CanSetAsDefaultProtocolClient()) |
return false; |
// We really do want the main bundle here, not base::mac::MainAppBundle(), |