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_tile_item_view.h

Issue 2961923002: Use EnablePlayStoreAppSearch feature flag. (Closed)
Patch Set: Oshima's comment. Created 3 years, 5 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_tile_item_view.h
diff --git a/ui/app_list/views/search_result_tile_item_view.h b/ui/app_list/views/search_result_tile_item_view.h
index 03404fef42bd5c195b5a0ae9b25c3f7c47da150a..407a47770aeb3e3a63d61a2da073178267b06b3c 100644
--- a/ui/app_list/views/search_result_tile_item_view.h
+++ b/ui/app_list/views/search_result_tile_item_view.h
@@ -5,6 +5,8 @@
#ifndef UI_APP_LIST_VIEWS_SEARCH_RESULT_TILE_ITEM_VIEW_H_
#define UI_APP_LIST_VIEWS_SEARCH_RESULT_TILE_ITEM_VIEW_H_
+#include <memory>
+
#include "base/macros.h"
#include "ui/app_list/search_result_observer.h"
#include "ui/app_list/views/tile_item_view.h"
@@ -73,7 +75,8 @@ class APP_LIST_EXPORT SearchResultTileItemView
AppListViewDelegate* view_delegate_;
- const bool is_fullscreen_app_list_enabled_;
+ // Whether the Play Store app search feature is enabled.
+ const bool is_play_store_app_search_enabled_;
std::unique_ptr<views::MenuRunner> context_menu_runner_;
« no previous file with comments | « ui/app_list/views/search_result_tile_item_list_view.cc ('k') | ui/app_list/views/search_result_tile_item_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698