| Index: chrome/browser/shell_integration_mac.mm
|
| diff --git a/chrome/browser/shell_integration_mac.mm b/chrome/browser/shell_integration_mac.mm
|
| index 4fcf4b98b307a61a1c2f47b09b710a2dace8aa59..eab3d21dc53788feef71b7aec188c283054421cb 100644
|
| --- a/chrome/browser/shell_integration_mac.mm
|
| +++ b/chrome/browser/shell_integration_mac.mm
|
| @@ -53,7 +53,7 @@ bool IsIdentifierDefaultProtocolClient(NSString* identifier,
|
| // applies only for the current user. Returns false if this cannot be done, or
|
| // if the operation fails.
|
| bool SetAsDefaultBrowser() {
|
| - if (CanSetAsDefaultBrowser())
|
| + if (!CanSetAsDefaultBrowser())
|
| return false;
|
|
|
| // We really do want the outer bundle here, not the main bundle since setting
|
|
|