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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10631010: Change style of ConstrainedWindowViews. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespace Created 8 years, 6 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 280b2b91524c4012f704c8490577ddcbcaf74c8c..6fe0c8e6e318b314a932ab9e3d0b61d994fcbb0f 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -521,6 +521,11 @@ const char kEnableExtensionActivityUI[] = "enable-extension-activity-ui";
// Enables experimental timeline API.
const char kEnableExtensionTimelineApi[] = "enable-extension-timeline-api";
+// Applies a new frameless window style to any dialog based on
+// ConstrainedWindowViews.
+const char kEnableFramelessConstrainedDialogs[] =
+ "enable-frameless-constrained-dialogs";
+
// By default, cookies are not allowed on file://. They are needed for testing,
// for example page cycler and layout tests. See bug 1157243.
const char kEnableFileCookies[] = "enable-file-cookies";
« chrome/browser/ui/views/constrained_window_frame_simple.h ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698