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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_sync_promo_controller.mm

Issue 468913004: Fix naming to conform to Cocoa conventions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One simple change that will restore your faith in humanity! Created 6 years, 4 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 | chrome/browser/ui/cocoa/hyperlink_text_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/bookmarks/bookmark_sync_promo_controller.mm
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_sync_promo_controller.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_sync_promo_controller.mm
index a189e732d16b90617a262e1a4f750c16c8b60429..7173df3d5a31ffb79a6b72e6e6ebc43968734c58 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_sync_promo_controller.mm
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_sync_promo_controller.mm
@@ -96,7 +96,7 @@ const int kFontSize = 11;
font:font
messageColor:gfx::SkColorToDeviceNSColor(kTextColor)
linkColor:linkColor];
- [textView_ setAcceptsFirstResponder:NO];
+ [textView_ setRefusesFirstResponder:YES];
[[textView_ textContainer] setLineFragmentPadding:0.0];
RemoveUnderlining(textView_, offset, linkText.size());
[textView_ setDelegate:self];
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/hyperlink_text_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698