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

Unified Diff: chrome/browser/ui/bookmarks/bookmark_bar_instructions_delegate.h

Issue 789653004: bookmarks: Use On*Clicked for naming an event method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/views/bookmarks/bookmark_bar_instructions_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/bookmarks/bookmark_bar_instructions_delegate.h
diff --git a/chrome/browser/ui/bookmarks/bookmark_bar_instructions_delegate.h b/chrome/browser/ui/bookmarks/bookmark_bar_instructions_delegate.h
index de31a13f91a2bc193bec6a8ef7e4b079e80b6992..a6bd01f2c4071783ed8cf72effbaa9be514ba170 100644
--- a/chrome/browser/ui/bookmarks/bookmark_bar_instructions_delegate.h
+++ b/chrome/browser/ui/bookmarks/bookmark_bar_instructions_delegate.h
@@ -9,7 +9,7 @@
// bookmarks.
class BookmarkBarInstructionsDelegate {
public:
- virtual void ShowImportDialog() = 0;
+ virtual void OnImportLinkClicked() = 0;
tfarina 2014/12/12 00:58:47 It feels/read better to me. Like BookmarkBubbleDe
sky 2014/12/12 15:46:45 I'm ok with a new name here, but I think this shou
tfarina 2014/12/12 21:12:32 Done.
protected:
virtual ~BookmarkBarInstructionsDelegate() {}
« no previous file with comments | « no previous file | chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698