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

Unified Diff: chrome/browser/about_flags.cc

Issue 13934007: Adding experimental maximize mode (behind a flag) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: A few self nits Created 7 years, 8 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 840b56b91c06c6b2e8b3e35f721248d3ad81c33b..4aa47f8ac6c138034f6b40417f1ea5de099733fc 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -993,6 +993,13 @@ const Experiment kExperiments[] = {
kOsAll,
SINGLE_VALUE_TYPE(app_list::switches::kAppListShowAppsOnly),
},
+ {
+ "force_maximize_mode",
James Cook 2013/04/22 22:15:46 hyphens
Mr4D (OOO till 08-26) 2013/04/23 04:41:28 Done.
+ IDS_FLAGS_FORCE_MAXIMIZE_MODE_NAME,
+ IDS_FLAGS_FORCE_MAXIMIZE_MODE_DESCRIPTION,
+ kOsLinux | kOsWin | kOsCrOS,
+ SINGLE_VALUE_TYPE(ash::switches::kForceMaximizeMode),
+ },
#endif // defined(USE_ASH)
#if defined(OS_CHROMEOS)
{

Powered by Google App Engine
This is Rietveld 408576698