From 36d772caff4517f3dc536f582816ac786508e2cb Mon Sep 17 00:00:00 2001 From: "dpranke@chromium.org" Date: Fri, 15 Jul 2011 20:47:40 +0000 Subject: Revert r92730, r92731, r92732 ... will land again once I ensure the win builds compile. TBR=jam@chromium.org BUG=none TEST= Review URL: http://codereview.chromium.org/7400002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92733 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/process_singleton_win.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/process_singleton_win.cc') diff --git a/chrome/browser/process_singleton_win.cc b/chrome/browser/process_singleton_win.cc index 49a245a..b21610e 100644 --- a/chrome/browser/process_singleton_win.cc +++ b/chrome/browser/process_singleton_win.cc @@ -155,7 +155,7 @@ ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() { } // Time to take action. Kill the browser process. - base::KillProcessById(process_id, content::RESULT_CODE_HUNG, true); + base::KillProcessById(process_id, ResultCodes::HUNG, true); remote_window_ = NULL; return PROCESS_NONE; } -- cgit v1.1