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

Unified Diff: chrome/browser/ui/views/find_bar_view.h

Issue 869453002: Define class names for views class in c/b/ui/views (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: addressed comments Created 5 years, 11 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/find_bar_view.h
diff --git a/chrome/browser/ui/views/find_bar_view.h b/chrome/browser/ui/views/find_bar_view.h
index 8382b021f4543316fd1ef101a4dc19bb1577a04a..82a3453385e2791d168a268863ad72d81b8a4e52 100644
--- a/chrome/browser/ui/views/find_bar_view.h
+++ b/chrome/browser/ui/views/find_bar_view.h
@@ -67,10 +67,11 @@ class FindBarView : public DropdownBarView,
// Claims focus for the text field and selects its contents.
void SetFocusAndSelection(bool select_all) override;
- // views::View:
+ // DropdownBarView:
void OnPaint(gfx::Canvas* canvas) override;
void Layout() override;
gfx::Size GetPreferredSize() const override;
+ const char* GetClassName() const override;
Peter Kasting 2015/01/24 02:20:59 Can this method at least be private even if the ot
oshima 2015/01/26 19:48:18 Done.
// views::ButtonListener:
void ButtonPressed(views::Button* sender, const ui::Event& event) override;

Powered by Google App Engine
This is Rietveld 408576698