commit | 36d772caff4517f3dc536f582816ac786508e2cb | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jul 15 20:47:40 2011 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jul 15 20:47:40 2011 |
tree | 97c04d0eb3e3d205ef980686ebb8300a2596e725 | |
parent | 7fea8ad60431ed71df2a087b131e4a5cde2b6755 [diff] [blame] |
Revert r92730, r92731, r92732 ... will land again once I ensure the win builds compile. [email protected] 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
diff --git a/content/browser/zygote_main_linux.cc b/content/browser/zygote_main_linux.cc index 25d2051..99a7735 100644 --- a/content/browser/zygote_main_linux.cc +++ b/content/browser/zygote_main_linux.cc
@@ -231,7 +231,7 @@ // Assume that if we can't find the child in the sandbox, then // it terminated normally. status = base::TERMINATION_STATUS_NORMAL_TERMINATION; - exit_code = content::RESULT_CODE_NORMAL_EXIT; + exit_code = ResultCodes::NORMAL_EXIT; } Pickle write_pickle;