diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-11 03:49:41 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-11 03:49:41 +0000 |
commit | ae79f8bbf66c3de33a7f08a4117fa3ae4423af7e (patch) | |
tree | 2bb0d11281dc043f2a383e2bf8519e80f159baad /chrome/browser/about_flags.cc | |
parent | 0a993c822f1b65cf0c8b40d30896ce98a1d45f0c (diff) | |
download | chromium_src-ae79f8bbf66c3de33a7f08a4117fa3ae4423af7e.zip chromium_src-ae79f8bbf66c3de33a7f08a4117fa3ae4423af7e.tar.gz chromium_src-ae79f8bbf66c3de33a7f08a4117fa3ae4423af7e.tar.bz2 |
Allow a Views client to provide a default frameview for window widgets.
Provides a default one in Ash that will be used to match kennedy-spec.
Much tweaking is needed, but that can come in future CLs.
http://crbug.com/109138
TEST=none
Review URL: http://codereview.chromium.org/9166014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117165 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r-- | chrome/browser/about_flags.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc index 0d0a177..21ff5d7 100644 --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc @@ -465,6 +465,13 @@ const Experiment kExperiments[] = { kOsWin | kOsLinux | kOsCrOS, SINGLE_VALUE_TYPE(ash::switches::kAuraTranslucentFrames) }, + { + "aura-google-dialog-frames", + IDS_FLAGS_AURA_GOOGLE_DIALOG_FRAMES_NAME, + IDS_FLAGS_AURA_GOOGLE_DIALOG_FRAMES_DESCRIPTION, + kOsWin | kOsLinux | kOsCrOS, + SINGLE_VALUE_TYPE(ash::switches::kAuraGoogleDialogFrames) + }, #endif // defined(USE_AURA) { "enable-gamepad", |