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

Unified Diff: ui/app_list/app_list_switches.h

Issue 661003003: Added switch --disable-app-list-dismiss-on-blur. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Fix compile on Windows. Created 6 years, 2 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/views/app_list/win/activation_tracker_win.cc ('k') | ui/app_list/app_list_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_switches.h
diff --git a/ui/app_list/app_list_switches.h b/ui/app_list/app_list_switches.h
index c5c95f448303a6878c2ba317b08e0de4db157b99..094040cee7a9c03259ed760c33da48c50c9c714a 100644
--- a/ui/app_list/app_list_switches.h
+++ b/ui/app_list/app_list_switches.h
@@ -13,6 +13,7 @@ namespace switches {
// Please keep these flags sorted.
APP_LIST_EXPORT extern const char kCustomLauncherPage[];
APP_LIST_EXPORT extern const char kDisableAppInfo[];
+APP_LIST_EXPORT extern const char kDisableAppListDismissOnBlur[];
APP_LIST_EXPORT extern const char kDisableDriveAppsInAppList[];
APP_LIST_EXPORT extern const char kDisableSyncAppList[];
APP_LIST_EXPORT extern const char kEnableCenteredAppList[];
@@ -36,6 +37,9 @@ bool APP_LIST_EXPORT IsExperimentalAppListEnabled();
// the conditions that trigger the position.
bool APP_LIST_EXPORT IsCenteredAppListEnabled();
+// Determines whether the app list should not be dismissed on focus loss.
+bool APP_LIST_EXPORT ShouldNotDismissOnBlur();
+
bool APP_LIST_EXPORT IsDriveAppsInAppListEnabled();
} // namespace switches
« no previous file with comments | « chrome/browser/ui/views/app_list/win/activation_tracker_win.cc ('k') | ui/app_list/app_list_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698