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

Unified Diff: ui/app_list/app_list_features.h

Issue 2961923002: Use EnablePlayStoreAppSearch feature flag. (Closed)
Patch Set: Typo Created 3 years, 6 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/app_list_features.h
diff --git a/ui/app_list/app_list_features.h b/ui/app_list/app_list_features.h
index 5c187181c008a607cabf63f9caee8b6a8a80caa6..245fe682259b0d47ea26392fbc414dae3d82e6d6 100644
--- a/ui/app_list/app_list_features.h
+++ b/ui/app_list/app_list_features.h
@@ -32,7 +32,7 @@ bool APP_LIST_EXPORT IsAnswerCardEnabled();
bool APP_LIST_EXPORT IsAnswerCardDarkRunEnabled();
bool APP_LIST_EXPORT IsFullscreenAppListEnabled();
bool APP_LIST_EXPORT IsSearchResultsNewDesignEnabled();
-bool APP_LIST_EXPORT IsPlaystoreAppSearchEnabled();
+bool APP_LIST_EXPORT IsPlayStoreAppSearchEnabled();
int APP_LIST_EXPORT AnswerCardMaxWidth();
int APP_LIST_EXPORT AnswerCardMaxHeight();
std::string APP_LIST_EXPORT AnswerServerUrl();

Powered by Google App Engine
This is Rietveld 408576698