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

Unified Diff: content/public/browser/child_process_data.h

Issue 328823002: Don't fetch histograms from the same process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 6 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 | « content/browser/profiler_controller_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/child_process_data.h
===================================================================
--- content/public/browser/child_process_data.h (revision 276708)
+++ content/public/browser/child_process_data.h (working copy)
@@ -25,7 +25,9 @@
// one run of the browser.
int id;
- // The handle to the process.
+ // The handle to the process. May have value kNullProcessHandle if no process
+ // exists - either because it hasn't been started yet or it's running in the
+ // current process.
base::ProcessHandle handle;
explicit ChildProcessData(int process_type)
« no previous file with comments | « content/browser/profiler_controller_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698