diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-23 20:26:28 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-23 20:26:28 +0000 |
commit | 5fdb45bd56f20aa4f103ee5a4b5a4d57b25b09d4 (patch) | |
tree | 05ed908fccceb6138b0f14a6dd83693dd22a228e /content/shell | |
parent | 8febf3c867fa3234af7df9a2a3fbe2a878ce328f (diff) | |
download | chromium_src-5fdb45bd56f20aa4f103ee5a4b5a4d57b25b09d4.zip chromium_src-5fdb45bd56f20aa4f103ee5a4b5a4d57b25b09d4.tar.gz chromium_src-5fdb45bd56f20aa4f103ee5a4b5a4d57b25b09d4.tar.bz2 |
Reland of "work on separate browser contexts"
A couple tests fixed up from http://codereview.chromium.org/11146023
Always start up in --desktop-aura mode now, and open ash from tools menu.
- Implement host_desktop.cc and plumb a few places that need context to determine which style of desktop it belongs to.
- Remove --desktop-aura, --open-ash, --enable-ash
TBR=ben@chromium.org, jam@chromium.org
BUG=133312
Review URL: https://chromiumcodereview.appspot.com/11227057
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell')
-rw-r--r-- | content/shell/shell_aura.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/shell/shell_aura.cc b/content/shell/shell_aura.cc index 7e1a1e8..956bc7f 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() { |