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

Unified Diff: ui/app_list/app_list_features.h

Issue 2878503004: Implement search answer "dark run" mode. (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
« no previous file with comments | « chrome/browser/ui/app_list/search_answer_web_contents_delegate.cc ('k') | ui/app_list/app_list_features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5e2aaebfff1275f6221313112aebbc121e0c0f2a..7d2992b06d0541786e9251e36a03e44033876426 100644
--- a/ui/app_list/app_list_features.h
+++ b/ui/app_list/app_list_features.h
@@ -21,10 +21,15 @@ namespace features {
// Enables the answer card in the app list.
APP_LIST_EXPORT extern const base::Feature kEnableAnswerCard;
+// Enables the dark run answer card in the app list. In this mode, answer cards
+// may be loaded via mock URLs and are not shown to the user.
+APP_LIST_EXPORT extern const base::Feature kEnableAnswerCardDarkRun;
+
// Enables the fullscreen app list.
APP_LIST_EXPORT extern const base::Feature kEnableFullscreenAppList;
bool APP_LIST_EXPORT IsAnswerCardEnabled();
+bool APP_LIST_EXPORT IsAnswerCardDarkRunEnabled();
bool APP_LIST_EXPORT IsFullscreenAppListEnabled();
std::string APP_LIST_EXPORT AnswerServerUrl();
« no previous file with comments | « chrome/browser/ui/app_list/search_answer_web_contents_delegate.cc ('k') | ui/app_list/app_list_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698