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

Unified Diff: chrome/browser/about_flags.cc

Issue 2012763005: Remove the simplified-fullscreen-ui flag on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | chrome/browser/ui/exclusive_access/exclusive_access_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 61d12bc6e1d1466f2e4b915cbb0adb6dca7e454e..5979b208d41528cafe4f9099a0c79ace517a6da3 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1591,7 +1591,8 @@ const FeatureEntry kFeatureEntries[] = {
switches::kDisableClearBrowsingDataCounters)},
#if defined(ENABLE_TASK_MANAGER)
{"disable-new-task-manager", IDS_FLAGS_NEW_TASK_MANAGER_NAME,
- IDS_FLAGS_NEW_TASK_MANAGER_DESCRIPTION, kOsDesktop,
+ IDS_FLAGS_NEW_TASK_MANAGER_DESCRIPTION,
+ kOsWin | kOsLinux | kOsCrOS | kOsAndroid,
Matt Giuca 2016/05/26 05:42:05 Um wait don't look at this lol.
Matt Giuca 2016/05/26 05:46:32 OK fixed.
SINGLE_DISABLE_VALUE_TYPE(switches::kDisableNewTaskManager)},
#endif // defined(ENABLE_TASK_MANAGER)
{"simplified-fullscreen-ui", IDS_FLAGS_SIMPLIFIED_FULLSCREEN_UI_NAME,
« no previous file with comments | « no previous file | chrome/browser/ui/exclusive_access/exclusive_access_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698