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

Unified Diff: chrome/browser/metrics/tracking_synchronizer.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
Index: chrome/browser/metrics/tracking_synchronizer.cc
===================================================================
--- chrome/browser/metrics/tracking_synchronizer.cc (revision 112568)
+++ chrome/browser/metrics/tracking_synchronizer.cc (working copy)
@@ -193,7 +193,7 @@
}
// Get the ThreadData for the browser process and send it back.
- base::DictionaryValue* value = tracked_objects::ThreadData::ToValue();
+ base::DictionaryValue* value = tracked_objects::ThreadData::ToValue(false);
const std::string process_type =
content::GetProcessTypeNameInEnglish(content::PROCESS_TYPE_BROWSER);
value->SetString("process_type", process_type);

Powered by Google App Engine
This is Rietveld 408576698