diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-08 00:11:31 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-08 00:11:31 +0000 |
commit | 86aa36bfc4155eb70453e303d0c6b351860b84a3 (patch) | |
tree | a278e227764b337a55845fb44d1193b27562fdd7 /chrome/browser/frame_util.cc | |
parent | 5405a00a742c1a556d66701d4030a53775364cd3 (diff) | |
download | chromium_src-86aa36bfc4155eb70453e303d0c6b351860b84a3.zip chromium_src-86aa36bfc4155eb70453e303d0c6b351860b84a3.tar.gz chromium_src-86aa36bfc4155eb70453e303d0c6b351860b84a3.tar.bz2 |
Roll this change back until I understand the crashes.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5046 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/frame_util.cc')
-rw-r--r-- | chrome/browser/frame_util.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/frame_util.cc b/chrome/browser/frame_util.cc index e637e6e..9580c4e 100644 --- a/chrome/browser/frame_util.cc +++ b/chrome/browser/frame_util.cc @@ -4,8 +4,6 @@ #include "chrome/browser/frame_util.h" -#include "base/base_switches.h" -#include "base/command_line.h" #include "base/message_loop.h" #include "base/win_util.h" #include "chrome/app/result_codes.h" @@ -181,3 +179,4 @@ void FrameUtil::EndSession() { // down. If any messages are processed we'll likely crash. Exit now. ExitProcess(ResultCodes::NORMAL_EXIT); } + |