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

Unified Diff: chrome/browser/about_flags.cc

Issue 14222010: Add a maximizing logic flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/window_sizer/window_sizer_ash.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 4129e6fdd0b08469870ac155079188621ef4c546..7250c9da6b4ed1e2527b8bfbe59a1b17997d0e02 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -713,6 +713,13 @@ const Experiment kExperiments[] = {
},
#if defined(USE_ASH)
{
+ "ash-disable-auto-maximizing",
+ IDS_FLAGS_ASH_AUTO_MAXIMIZING_NAME,
+ IDS_FLAGS_ASH_AUTO_MAXIMIZING_DESCRIPTION,
+ kOsWin | kOsLinux | kOsCrOS,
+ SINGLE_VALUE_TYPE(ash::switches::kAshDisableAutoMaximizing)
+ },
+ {
"ash-disable-auto-window-placement",
IDS_FLAGS_ASH_AUTO_WINDOW_PLACEMENT_NAME,
IDS_FLAGS_ASH_AUTO_WINDOW_PLACEMENT_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/window_sizer/window_sizer_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698