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

Unified Diff: chrome/browser/about_flags.cc

Issue 523233002: mac: Remove simplified fullscreen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new_fullscreen2
Patch Set: Rebase against top of tree. Created 6 years, 3 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/browser_commands_mac.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 612d4e73a43362aba5be22ff11a0c2f648b97ad1..cb16764760c3a8a5c4eab59c1f87ef365f91b65a 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1352,15 +1352,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kEnableCloudPrintXps)
},
#endif
-#if defined(OS_MACOSX)
- {
- "enable-simplified-fullscreen",
- IDS_FLAGS_ENABLE_SIMPLIFIED_FULLSCREEN_NAME,
- IDS_FLAGS_ENABLE_SIMPLIFIED_FULLSCREEN_DESCRIPTION,
- kOsMac,
- SINGLE_VALUE_TYPE(switches::kEnableSimplifiedFullscreen)
- },
-#endif
#if defined(USE_AURA)
{
"tab-capture-upscale-quality",
« no previous file with comments | « no previous file | chrome/browser/ui/browser_commands_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698