Index: content/browser/profiler_controller_impl.h |
diff --git a/content/browser/profiler_controller_impl.h b/content/browser/profiler_controller_impl.h |
index 13f9c331ba2c17d6019271f70d6a4b5692e519d2..5cde124c744a3657052c3c84ba20d10c06d4776a 100644 |
--- a/content/browser/profiler_controller_impl.h |
+++ b/content/browser/profiler_controller_impl.h |
@@ -6,6 +6,7 @@ |
#define CONTENT_BROWSER_PROFILER_CONTROLLER_IMPL_H_ |
#include "base/memory/singleton.h" |
+#include "base/process.h" |
#include "content/common/content_export.h" |
#include "content/public/browser/profiler_controller.h" |
#include "content/public/common/process_type.h" |
@@ -34,7 +35,7 @@ class ProfilerControllerImpl : public ProfilerController { |
void OnPendingProcesses(int sequence_number, int pending_processes, bool end); |
// Send the |profiler_data| back to the |subscriber_|. |
- // This is called on the UI thread. |
+ // This can be called from any thread. |
void OnProfilerDataCollected( |
int sequence_number, |
const tracked_objects::ProcessDataSnapshot& profiler_data, |