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

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

Issue 568383002: Ensure the app list search result progress bar is set in SetResult() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « ui/app_list/views/search_result_list_view_unittest.cc ('k') | ui/app_list/views/search_result_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/search_result_view.h
diff --git a/ui/app_list/views/search_result_view.h b/ui/app_list/views/search_result_view.h
index be7037ec4e7752ffd29b160b887371ab60db3a67..c05e6bd1f100a74c79bd474a49d9eece7a20a48d 100644
--- a/ui/app_list/views/search_result_view.h
+++ b/ui/app_list/views/search_result_view.h
@@ -26,6 +26,9 @@ class MenuRunner;
}
namespace app_list {
+namespace test {
+class SearchResultListViewTest;
+} // namespace test
class ProgressBarView;
class SearchResult;
@@ -57,6 +60,8 @@ class SearchResultView : public views::CustomButton,
void ClearSelectedAction();
private:
+ friend class app_list::test::SearchResultListViewTest;
+
void UpdateTitleText();
void UpdateDetailsText();
« no previous file with comments | « ui/app_list/views/search_result_list_view_unittest.cc ('k') | ui/app_list/views/search_result_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698