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

Unified Diff: content/browser/histogram_controller.cc

Issue 10865002: Revert 150969 - Disable getting histogram data from child processes other than the renderer process… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
« no previous file with comments | « base/metrics/histogram_snapshot_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/histogram_controller.cc
===================================================================
--- content/browser/histogram_controller.cc (revision 152422)
+++ content/browser/histogram_controller.cc (working copy)
@@ -70,13 +70,11 @@
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
int pending_processes = 0;
- /* TODO(rtenneti): Enable collecting histogram from child processes.
for (BrowserChildProcessHostIterator iter; !iter.Done(); ++iter) {
++pending_processes;
if (!iter.Send(new ChildProcessMsg_GetChildHistogramData(sequence_number)))
--pending_processes;
}
- */
BrowserThread::PostTask(
BrowserThread::UI,
« no previous file with comments | « base/metrics/histogram_snapshot_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698