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

Unified Diff: components/browser_watcher/window_hang_monitor_win.h

Issue 1543803005: Added an integration test for kasko hang reports (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set executable bit for python scripts Created 4 years, 11 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
Index: components/browser_watcher/window_hang_monitor_win.h
diff --git a/components/browser_watcher/window_hang_monitor_win.h b/components/browser_watcher/window_hang_monitor_win.h
index 4c515d70d915535a3dadb749afcc237994d0319f..5f2b4156d32f93f589439dbeab4ee1d2160b9ff2 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 {
« no previous file with comments | « chrome/test/kasko/syzyasan_integration_test.py ('k') | components/browser_watcher/window_hang_monitor_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698