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

Unified Diff: content/common/child_thread.h

Issue 9702014: [UMA] Use proper C++ objects to serialize tracked_objects across process boundaries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Write JSON unit test and update profiler.js Created 8 years, 9 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/child_thread.h
diff --git a/content/common/child_thread.h b/content/common/child_thread.h
index a63e87c7e9af8541ddb4666ed51ca12a07ae073b..7941d5af4e3673808e2d3df9859bcacad49c1688 100644
--- a/content/common/child_thread.h
+++ b/content/common/child_thread.h
@@ -12,6 +12,7 @@
#include "base/tracked_objects.h"
#include "content/common/content_export.h"
#include "content/common/message_router.h"
+#include "content/public/common/process_type.h"
#include "webkit/glue/resource_loader_bridge.h"
class FileSystemDispatcher;
@@ -101,7 +102,7 @@ class CONTENT_EXPORT ChildThread : public IPC::Channel::Listener,
virtual void OnSetProfilerStatus(tracked_objects::ThreadData::Status status);
virtual void OnGetChildProfilerData(int sequence_number,
- const std::string& process_type);
+ content::ProcessType process_type);
virtual void OnDumpHandles();

Powered by Google App Engine
This is Rietveld 408576698