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

Unified Diff: chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc

Issue 7057014: Variety of tweaks to View API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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
Index: chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc
===================================================================
--- chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc (revision 86083)
+++ chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc (working copy)
@@ -33,7 +33,7 @@
import_link_ = new views::Link(
UTF16ToWide(l10n_util::GetStringUTF16(IDS_BOOKMARK_BAR_IMPORT_LINK)));
// We don't want the link to alter tab navigation.
- import_link_->SetFocusable(false);
+ import_link_->set_focusable(false);
import_link_->set_listener(this);
AddChildView(import_link_);
}

Powered by Google App Engine
This is Rietveld 408576698