diff options
author | wjia@chromium.org <wjia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-19 23:32:19 +0000 |
---|---|---|
committer | wjia@chromium.org <wjia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-19 23:32:19 +0000 |
commit | 39b5e19dd1ec3ecbf3454a299d41bdd1e5387d73 (patch) | |
tree | 2e2e7d4e2ac396173e8af26470632fad206274f2 /content/shell/shell_browser_main.cc | |
parent | fb551ecf0a19584f95b2c95ad45d56857cf674ad (diff) | |
download | chromium_src-39b5e19dd1ec3ecbf3454a299d41bdd1e5387d73.zip chromium_src-39b5e19dd1ec3ecbf3454a299d41bdd1e5387d73.tar.gz chromium_src-39b5e19dd1ec3ecbf3454a299d41bdd1e5387d73.tar.bz2 |
Revert 189135 "[content shell] close the main window after check..."
It broke mac bots (http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac10.7%20Tests%20%281%29&number=9697)
> [content shell] close the main window after checking layout system deps
>
> BUG=none
>
> Review URL: https://codereview.chromium.org/12594007
TBR=jochen@chromium.org
Review URL: https://codereview.chromium.org/12871018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189152 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_browser_main.cc')
-rw-r--r-- | content/shell/shell_browser_main.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/shell/shell_browser_main.cc b/content/shell/shell_browser_main.cc index 28a9431..4b266d9 100644 --- a/content/shell/shell_browser_main.cc +++ b/content/shell/shell_browser_main.cc @@ -17,7 +17,6 @@ #include "base/threading/thread_restrictions.h" #include "base/utf_string_conversions.h" #include "content/public/browser/browser_main_runner.h" -#include "content/shell/shell.h" #include "content/shell/shell_switches.h" #include "content/shell/webkit_test_controller.h" #include "net/base/net_util.h" @@ -118,7 +117,6 @@ int ShellBrowserMain(const content::MainFunctionParams& parameters) { switches::kCheckLayoutTestSysDeps)) { MessageLoop::current()->PostTask(FROM_HERE, MessageLoop::QuitClosure()); main_runner_->Run(); - content::Shell::CloseAllWindows(); main_runner_->Shutdown(); return 0; } |