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

Unified Diff: chrome/browser/chromeos/gview_request_interceptor_unittest.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/chromeos/gview_request_interceptor_unittest.cc
===================================================================
--- chrome/browser/chromeos/gview_request_interceptor_unittest.cc (revision 112315)
+++ chrome/browser/chromeos/gview_request_interceptor_unittest.cc (working copy)
@@ -165,7 +165,7 @@
ResourceDispatcherHostRequestInfo* info =
new ResourceDispatcherHostRequestInfo(
handler_,
- ChildProcessInfo::RENDER_PROCESS,
+ content::PROCESS_TYPE_RENDERER,
-1, // child_id
MSG_ROUTING_NONE,
0, // origin_pid
« no previous file with comments | « chrome/browser/automation/automation_provider_observers.cc ('k') | chrome/browser/debugger/devtools_sanity_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698