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

Unified Diff: chrome/browser/renderer_host/chrome_render_message_filter.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/renderer_host/chrome_render_message_filter.cc
===================================================================
--- chrome/browser/renderer_host/chrome_render_message_filter.cc (revision 112315)
+++ chrome/browser/renderer_host/chrome_render_message_filter.cc (working copy)
@@ -31,8 +31,8 @@
#include "chrome/common/chrome_switches.h"
#include "chrome/common/url_constants.h"
#include "content/browser/renderer_host/resource_dispatcher_host.h"
-#include "content/common/child_process_info.h"
#include "content/public/browser/render_process_host.h"
+#include "content/public/common/process_type.h"
#include "googleurl/src/gurl.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h"
@@ -173,7 +173,7 @@
const std::string& tracked_data) {
// TODO(rtenneti): Add support for other process types.
chrome_browser_metrics::TrackingSynchronizer::DeserializeTrackingList(
- sequence_number, tracked_data, ChildProcessInfo::RENDER_PROCESS);
+ sequence_number, tracked_data, content::PROCESS_TYPE_RENDERER);
}
void ChromeRenderMessageFilter::OnIsTrackingEnabled() {
« no previous file with comments | « chrome/browser/nacl_host/nacl_process_host.cc ('k') | chrome/browser/task_manager/task_manager_resource_providers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698