Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(737)

Unified Diff: chrome/browser/ui/cocoa/tab_contents/sad_tab_view_cocoa.mm

Issue 2330833002: Revert a change which broke the "Open/Copy Link" context menu items on the Mac sad tab. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/tab_contents/sad_tab_view_cocoa.mm
diff --git a/chrome/browser/ui/cocoa/tab_contents/sad_tab_view_cocoa.mm b/chrome/browser/ui/cocoa/tab_contents/sad_tab_view_cocoa.mm
index 503a7c8f907bfc02ca55ca66fc06a9d6978ad6e0..82c2980fbdb21a6b0a1955c9c9c5c2d946c66668 100644
--- a/chrome/browser/ui/cocoa/tab_contents/sad_tab_view_cocoa.mm
+++ b/chrome/browser/ui/cocoa/tab_contents/sad_tab_view_cocoa.mm
@@ -196,10 +196,4 @@ NSTextField* MakeLabelTextField(NSRect frame) {
return YES;
}
-- (NSRange)textView:(NSTextView*)textView
- willChangeSelectionFromCharacterRange:(NSRange)oldSelectedCharRange
- toCharacterRange:(NSRange)newSelectedCharRange {
- return NSMakeRange(0, 0);
-}
-
@end
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698