Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: content/shell/shell_aura.cc

Issue 11146023: Work on separate browser contexts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another busted command line flag Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | ui/aura/test/aura_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | ui/aura/test/aura_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698