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

Unified Diff: chrome/browser/about_flags.cc

Issue 10631010: Change style of ConstrainedWindowViews. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra "private" Created 8 years, 5 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/views/constrained_window_frame_simple.h » ('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 7aacb3bfd372d843b28d27bfaf7ea480160e1a3c..089cf62c04bb044212069bd6805062ef4b7a2c68 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -810,6 +810,13 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kEnableViewsTextfield),
},
{
+ "enable-frameless-constrained-dialogs",
+ IDS_FLAGS_ENABLE_FRAMELESS_DIALOG_NAME,
+ IDS_FLAGS_ENABLE_FRAMELESS_DIALOG_DESCRIPTION,
+ kOsWin | kOsCrOS,
+ SINGLE_VALUE_TYPE(switches::kEnableFramelessConstrainedDialogs),
+ },
+ {
"new-checkbox-style",
IDS_FLAGS_NEW_CHECKBOX_STYLE,
IDS_FLAGS_NEW_CHECKBOX_STYLE_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/views/constrained_window_frame_simple.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698