diff options
author | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 23:38:45 +0000 |
---|---|---|
committer | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 23:38:45 +0000 |
commit | fae5a932cfca282ef028ac054e8719afce554e08 (patch) | |
tree | b9afc2854ec4113406e71b8a72737879b99040b1 /chrome/browser/metrics/tracking_synchronizer.h | |
parent | dd1f9fe143f20d4be760c44c974351e8c9aaca6d (diff) | |
download | chromium_src-fae5a932cfca282ef028ac054e8719afce554e08.zip chromium_src-fae5a932cfca282ef028ac054e8719afce554e08.tar.gz chromium_src-fae5a932cfca282ef028ac054e8719afce554e08.tar.bz2 |
Complete the rename from about:tracking2 --> about:profiler by changing the implementation code to always reference "profiler" rather than "tracking".
BUG=100992
Review URL: http://codereview.chromium.org/8520016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110207 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/metrics/tracking_synchronizer.h')
-rw-r--r-- | chrome/browser/metrics/tracking_synchronizer.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/browser/metrics/tracking_synchronizer.h b/chrome/browser/metrics/tracking_synchronizer.h index fff2a63..fda547f 100644 --- a/chrome/browser/metrics/tracking_synchronizer.h +++ b/chrome/browser/metrics/tracking_synchronizer.h @@ -15,7 +15,7 @@ #include "base/memory/weak_ptr.h" #include "base/time.h" #include "base/values.h" -#include "chrome/browser/ui/webui/tracking_ui.h" +#include "chrome/browser/ui/webui/profiler_ui.h" #include "content/common/child_process_info.h" #include "content/public/browser/browser_thread.h" @@ -42,7 +42,7 @@ class TrackingSynchronizer : public // The "RequestContext" structure describes an individual request received // from the UI. struct RequestContext { - RequestContext(const base::WeakPtr<TrackingUI>& callback_object, + RequestContext(const base::WeakPtr<ProfilerUI>& callback_object, int sequence_number, int processes_pending, base::TimeTicks callback_start_time) @@ -55,7 +55,7 @@ class TrackingSynchronizer : public ~RequestContext() {} // Requests are made to asynchronously send data to the |callback_object_|. - base::WeakPtr<TrackingUI> callback_object_; + base::WeakPtr<ProfilerUI> callback_object_; // The sequence number used by the most recent update request to contact all // processes. @@ -86,7 +86,7 @@ class TrackingSynchronizer : public // the data received from each sub-process. // This method is accessible on UI thread. static void FetchTrackingDataAsynchronously( - const base::WeakPtr<TrackingUI>& callback_object); + const base::WeakPtr<ProfilerUI>& callback_object); // Contact all processes and set tracking status to |enable|. // This method is accessible on UI thread. @@ -129,7 +129,7 @@ class TrackingSynchronizer : public // |callback_object| in |outstanding_requests_| map. Return the // sequence_number_ that was used. This method is accessible on UI thread. int RegisterAndNotifyAllProcesses( - const base::WeakPtr<TrackingUI>& callback_object); + const base::WeakPtr<ProfilerUI>& callback_object); // It finds the |callback_object_| in |outstanding_requests_| map for the // given |sequence_number| and notifies the |callback_object_| about the |