| Index: content/shell/shell_aura.cc
|
| diff --git a/content/shell/shell_aura.cc b/content/shell/shell_aura.cc
|
| index 7e1a1e893b43a50c91ac9c78a2cea01973e3eb61..956bc7fb2709f3c0c6f6afe4f838ac038a864594 100644
|
| --- a/content/shell/shell_aura.cc
|
| +++ b/content/shell/shell_aura.cc
|
| @@ -26,7 +26,6 @@
|
| #include "ui/views/layout/grid_layout.h"
|
| #include "ui/views/view.h"
|
| #include "ui/views/test/test_views_delegate.h"
|
| -#include "ui/views/views_switches.h"
|
| #include "ui/views/widget/desktop_native_widget_aura.h"
|
| #include "ui/views/widget/desktop_native_widget_helper_aura.h"
|
| #include "ui/views/widget/widget.h"
|
| @@ -292,8 +291,6 @@ void Shell::PlatformInitialize() {
|
| gfx::Screen::SetScreenInstance(
|
| gfx::SCREEN_TYPE_NATIVE, aura::CreateDesktopScreen());
|
| views_delegate_ = new ShellViewsDelegateAura();
|
| -
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(views::switches::kDesktopAura);
|
| }
|
|
|
| void Shell::PlatformExit() {
|
|
|