Index: chrome/browser/ui/cocoa/tab_contents/sad_tab_view.mm |
diff --git a/chrome/browser/ui/cocoa/tab_contents/sad_tab_view.mm b/chrome/browser/ui/cocoa/tab_contents/sad_tab_view.mm |
index dffe008fd3417956975c33d0205fe51486e26e1a..b79f400a217be6d2eae976c98a833cef43684815 100644 |
--- a/chrome/browser/ui/cocoa/tab_contents/sad_tab_view.mm |
+++ b/chrome/browser/ui/cocoa/tab_contents/sad_tab_view.mm |
@@ -161,9 +161,9 @@ static const CGFloat kTabHorzMargin = 13; |
} |
// Called when someone clicks on the embedded link. |
-- (BOOL) textView:(NSTextView*)textView |
- clickedOnLink:(id)link |
- atIndex:(NSUInteger)charIndex { |
+- (BOOL)textView:(NSTextView*)textView |
+ clickedOnLink:(id)link |
+ atIndex:(NSUInteger)charIndex { |
if (controller_) |
[controller_ openLearnMoreAboutCrashLink:nil]; |
return YES; |