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

Unified Diff: content/common/process_watcher_win.cc

Issue 7377010: This change will split the result codes between content and chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: actually rename the files Created 9 years, 5 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
Index: content/common/process_watcher_win.cc
diff --git a/content/common/process_watcher_win.cc b/content/common/process_watcher_win.cc
index 95cf9825990ac8d5ece659c3a4b98a33ae839355..e687a69e21f51947c793751f3320ca005cd05702 100644
--- a/content/common/process_watcher_win.cc
+++ b/content/common/process_watcher_win.cc
@@ -52,7 +52,7 @@ class TimerExpiredTask : public Task,
// terminates. We just care that it eventually terminates, and that's what
// TerminateProcess should do for us. Don't check for the result code since
// it fails quite often. This should be investigated eventually.
- base::KillProcess(process_, ResultCodes::HUNG, false);
+ base::KillProcess(process_, content::RESULT_CODE_HUNG, false);
// Now, just cleanup as if the process exited normally.
OnObjectSignaled(process_);

Powered by Google App Engine
This is Rietveld 408576698