diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-04 15:49:40 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-04 15:49:40 +0000 |
commit | ebd52529b588ceee0ed72940444c9bfbac70edf5 (patch) | |
tree | 52a1d858206c5352329fbbee7f99e954f7074fe7 /ui/views/views_switches.cc | |
parent | 063c287e72ba73d3d77792eadf4c15b0df94cd6e (diff) | |
download | chromium_src-ebd52529b588ceee0ed72940444c9bfbac70edf5.zip chromium_src-ebd52529b588ceee0ed72940444c9bfbac70edf5.tar.gz chromium_src-ebd52529b588ceee0ed72940444c9bfbac70edf5.tar.bz2 |
Make the glass frame work in win-aura, and get rid of the command line flag that enables it.
BUG=none
R=scottmg@chromium.org,piman@chromium.org
Review URL: https://codereview.chromium.org/11048028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160141 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, 0 insertions, 3 deletions
diff --git a/ui/views/views_switches.cc b/ui/views/views_switches.cc index 1735391..d5b49df 100644 --- a/ui/views/views_switches.cc +++ b/ui/views/views_switches.cc @@ -10,8 +10,5 @@ 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 |