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

Unified Diff: ui/app_list/views/search_result_container_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/search_result_container_view.cc
diff --git a/ui/app_list/views/search_result_container_view.cc b/ui/app_list/views/search_result_container_view.cc
index d51974f31153b50897781b3f612f8a2c7debdf69..b3aa3f26927d5e87de18ac92e9bdb09520febfed 100644
--- a/ui/app_list/views/search_result_container_view.cc
+++ b/ui/app_list/views/search_result_container_view.cc
@@ -65,6 +65,10 @@ bool SearchResultContainerView::UpdateScheduled() {
return update_factory_.HasWeakPtrs();
}
+const char* SearchResultContainerView::GetClassName() const {
+ return "SearchResultContainerView";
+}
+
void SearchResultContainerView::ListItemsAdded(size_t start, size_t count) {
ScheduleUpdate();
}

Powered by Google App Engine
This is Rietveld 408576698