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

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

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.cc
diff --git a/chrome/browser/ui/views/find_bar_view.cc b/chrome/browser/ui/views/find_bar_view.cc
index d01cb9c40bc4ba8f1ec08588d193571229db767c..0e4323ea971439da2b06964b93275c75c35d3179 100644
--- a/chrome/browser/ui/views/find_bar_view.cc
+++ b/chrome/browser/ui/views/find_bar_view.cc
@@ -359,6 +359,10 @@ gfx::Size FindBarView::GetPreferredSize() const {
return prefsize;
}
+const char* FindBarView::GetClassName() const {
+ return "FindBarView";
+}
+
////////////////////////////////////////////////////////////////////////////////
// FindBarView, views::ButtonListener implementation:

Powered by Google App Engine
This is Rietveld 408576698