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

Unified Diff: chrome/browser/about_flags.cc

Issue 11085053: Improving window auto management between workspaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed merge problems with trunk Created 8 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index b88520b16cb567be79893530d76e68f6249247f3..f80649886d0449c4fc8fde100ab5455cee6d37cc 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -612,6 +612,13 @@ const Experiment kExperiments[] = {
kOsWin | kOsLinux | kOsCrOS,
SINGLE_VALUE_TYPE(ash::switches::kAuraGoogleDialogFrames)
},
+ {
+ "ash-disable-auto-window-placement",
+ IDS_FLAGS_ASH_AUTO_WINDOW_PLACEMENT_NAME,
+ IDS_FLAGS_ASH_AUTO_WINDOW_PLACEMENT_DESCRIPTION,
+ kOsWin | kOsLinux | kOsCrOS,
+ SINGLE_VALUE_TYPE(ash::switches::kAshDisableAutoWindowPlacement)
+ },
#endif
{
"per-tile-painting",

Powered by Google App Engine
This is Rietveld 408576698