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

Unified Diff: chrome/browser/nacl_host/nacl_broker_host_win.cc

Issue 8760011: Move the ProcessType enum out to its own file. This is in preparation for getting rid of ChildPro... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 9 years, 1 month 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: chrome/browser/nacl_host/nacl_broker_host_win.cc
===================================================================
--- chrome/browser/nacl_host/nacl_broker_host_win.cc (revision 112315)
+++ chrome/browser/nacl_host/nacl_broker_host_win.cc (working copy)
@@ -16,7 +16,7 @@
#include "chrome/common/nacl_messages.h"
NaClBrokerHost::NaClBrokerHost()
- : BrowserChildProcessHost(NACL_BROKER_PROCESS),
+ : BrowserChildProcessHost(content::PROCESS_TYPE_NACL_BROKER),
stopping_(false) {
}
« no previous file with comments | « chrome/browser/metrics/tracking_synchronizer.cc ('k') | chrome/browser/nacl_host/nacl_broker_service_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698