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

Unified Diff: content/common/child_thread.cc

Issue 8775061: Support incremental-max and sample in Profiler data (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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
« no previous file with comments | « chrome/browser/metrics/tracking_synchronizer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/child_thread.cc
===================================================================
--- content/common/child_thread.cc (revision 112893)
+++ content/common/child_thread.cc (working copy)
@@ -232,7 +232,7 @@
int sequence_number,
const std::string& process_type) {
scoped_ptr<base::DictionaryValue> value(
- tracked_objects::ThreadData::ToValue());
+ tracked_objects::ThreadData::ToValue(false));
value->SetString("process_type", process_type);
value->SetInteger("process_id", base::GetCurrentProcId());
« no previous file with comments | « chrome/browser/metrics/tracking_synchronizer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698