summaryrefslogtreecommitdiffstats
path: root/components/browser_watcher/window_hang_monitor_win.h
diff options
context:
space:
mode:
authorpmonette <pmonette@chromium.org>2016-01-29 14:24:37 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-29 22:26:03 +0000
commit3955a4ff6fb5b66408cf3748c9dcd4bd22885c80 (patch)
tree04eef123c924537220d796372623094903005382 /components/browser_watcher/window_hang_monitor_win.h
parentf1ca4764a94823a92c49a0b98c9f5cc9681894b9 (diff)
downloadchromium_src-3955a4ff6fb5b66408cf3748c9dcd4bd22885c80.zip
chromium_src-3955a4ff6fb5b66408cf3748c9dcd4bd22885c80.tar.gz
chromium_src-3955a4ff6fb5b66408cf3748c9dcd4bd22885c80.tar.bz2
Added an integration test for kasko hang reports
Review URL: https://codereview.chromium.org/1543803005 Cr-Commit-Position: refs/heads/master@{#372442}
Diffstat (limited to 'components/browser_watcher/window_hang_monitor_win.h')
-rw-r--r--components/browser_watcher/window_hang_monitor_win.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/browser_watcher/window_hang_monitor_win.h b/components/browser_watcher/window_hang_monitor_win.h
index 4c515d7..5f2b415 100644
--- a/components/browser_watcher/window_hang_monitor_win.h
+++ b/components/browser_watcher/window_hang_monitor_win.h
@@ -43,9 +43,9 @@ class WindowHangMonitor {
const WindowEventCallback& callback);
~WindowHangMonitor();
- // Initializes the watcher to monitor a window named |window_name| and owned
+ // Initializes the watcher to monitor the Chrome message window owned
// by |process|. May be invoked prior to the appearance of the window.
- void Initialize(base::Process process, const base::string16& window_name);
+ void Initialize(base::Process process);
private:
struct OutstandingPing {