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

Unified Diff: ui/app_list/views/contents_view.cc

Issue 2865553002: Naming more views and windows to simplify debugging. (Closed)
Patch Set: Created 3 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: ui/app_list/views/contents_view.cc
diff --git a/ui/app_list/views/contents_view.cc b/ui/app_list/views/contents_view.cc
index da1b42495322bc69ac8b075e2cd4ddb02b5115c8..a310d8d436f443841dbb21307a26053d1fdb965d 100644
--- a/ui/app_list/views/contents_view.cc
+++ b/ui/app_list/views/contents_view.cc
@@ -49,6 +49,10 @@ class SearchAnswerContainerView : public views::View {
search_results_page_view_->Layout();
}
+ const char* GetClassName() const override {
+ return "SearchAnswerContainerView";
+ }
+
private:
views::View* const search_results_page_view_;

Powered by Google App Engine
This is Rietveld 408576698