diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-01 22:51:53 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-01 22:51:53 +0000 |
commit | 779823eff8dd277cb3edbb5c506c73a479265045 (patch) | |
tree | e8206ea3ae51c2443792ea7340d121c48ea8788d /ui/views/views_switches.cc | |
parent | 18b82392e590540cec2a2fe19bf03b8231ded49e (diff) | |
download | chromium_src-779823eff8dd277cb3edbb5c506c73a479265045.zip chromium_src-779823eff8dd277cb3edbb5c506c73a479265045.tar.gz chromium_src-779823eff8dd277cb3edbb5c506c73a479265045.tar.bz2 |
Get the glass frame limping with desktop aura.
BUG=none
R=scottmg@chromium.org
Review URL: https://codereview.chromium.org/10982080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159577 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/views_switches.cc')
-rw-r--r-- | ui/views/views_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/views/views_switches.cc b/ui/views/views_switches.cc index d5b49df..1735391 100644 --- a/ui/views/views_switches.cc +++ b/ui/views/views_switches.cc @@ -10,5 +10,8 @@ namespace switches { // Run in desktop mode using the aura framework. const char kDesktopAura[] = "desktop-aura"; +// Use the native system frame when applicable. +const char kEnableNativeFrame[] = "enable-native-frame"; + } // namespace switches } // namespace views |