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

Unified Diff: ui/app_list/views/search_result_container_view.h

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/search_result_container_view.h
diff --git a/ui/app_list/views/search_result_container_view.h b/ui/app_list/views/search_result_container_view.h
index e4f5fd82d0344562a8c20daf54a42825c6d70f33..b5f8496e8aa4dd4067ec7529385e1e42dec96593 100644
--- a/ui/app_list/views/search_result_container_view.h
+++ b/ui/app_list/views/search_result_container_view.h
@@ -67,6 +67,9 @@ class APP_LIST_EXPORT SearchResultContainerView : public views::View,
// Returns whether an update is currently scheduled for this container.
bool UpdateScheduled();
+ // Overridden from views::View:
+ const char* GetClassName() const override;
+
// Overridden from ui::ListModelObserver:
void ListItemsAdded(size_t start, size_t count) override;
void ListItemsRemoved(size_t start, size_t count) override;

Powered by Google App Engine
This is Rietveld 408576698