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

Unified Diff: chrome/browser/about_flags.cc

Issue 25536010: Make packaged apps use AppNonClientFrameViewAsh when maximized (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 af03e055b244ab988052d1ef83f3538ab9c10bbc..c7c6a5dc20bd6749316e74b0d6e74c03eb86733a 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1244,6 +1244,12 @@ const Experiment kExperiments[] = {
ENABLE_DISABLE_VALUE_TYPE(ash::switches::kAshEnableImmersiveFullscreen,
ash::switches::kAshDisableImmersiveFullscreen),
},
+ { "ash-use-same-frame-for-v1-and-v2-apps",
+ IDS_FLAGS_ASH_USE_SAME_FRAME_FOR_V1_AND_V2_APPS_NAME,
+ IDS_FLAGS_ASH_USE_SAME_FRAME_FOR_V1_AND_V2_APPS_DESCRIPTION,
+ kOsCrOS,
+ SINGLE_VALUE_TYPE(ash::switches::kAshUseSameFrameForV1AndV2Apps),
+ },
#if defined(OS_LINUX)
{ "ash-enable-memory-monitor",
IDS_FLAGS_ENABLE_MEMORY_MONITOR_NAME,

Powered by Google App Engine
This is Rietveld 408576698