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

Unified Diff: content/browser/worker_host/worker_process_host.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/browser/worker_host/worker_process_host.cc
diff --git a/content/browser/worker_host/worker_process_host.cc b/content/browser/worker_host/worker_process_host.cc
index 59fdcee875c8eba02e6238ae84a902086ed4f4b7..d6e559c3eb25dc2f8b4b292f2be84283365262a0 100644
--- a/content/browser/worker_host/worker_process_host.cc
+++ b/content/browser/worker_host/worker_process_host.cc
@@ -316,7 +316,7 @@ bool WorkerProcessHost::OnMessageReceived(const IPC::Message& message) {
if (!msg_is_ok) {
NOTREACHED();
UserMetrics::RecordAction(UserMetricsAction("BadMessageTerminate_WPH"));
- base::KillProcess(handle(), ResultCodes::KILLED_BAD_MESSAGE, false);
+ base::KillProcess(handle(), content::RESULT_CODE_KILLED_BAD_MESSAGE, false);
}
if (handled)

Powered by Google App Engine
This is Rietveld 408576698