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

Unified Diff: chrome/chrome_watcher/chrome_watcher_main_api.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
« no previous file with comments | « chrome/chrome_watcher/chrome_watcher_main.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_watcher/chrome_watcher_main_api.h
diff --git a/chrome/chrome_watcher/chrome_watcher_main_api.h b/chrome/chrome_watcher/chrome_watcher_main_api.h
index d2f129b4a93a4ffd6055b8138259f961459b417a..b8aa962e578387a0da0aad7794cc19bb10d4e451 100644
--- a/chrome/chrome_watcher/chrome_watcher_main_api.h
+++ b/chrome/chrome_watcher/chrome_watcher_main_api.h
@@ -20,21 +20,19 @@ extern const base::FilePath::CharType kPermanentlyFailedReportsSubdir[];
// The type of the watcher DLL's main entry point.
// Watches |parent_process|, whose main thread ID is |main_thread_id|, and
-// records its exit code under |registry_path| in HKCU. A window named
-// |message_window_name|, owned by |parent_process|, will be monitored for
-// responsiveness. If SyzyASAN is enabled, a Kasko reporter process is also
-// instantiated, using |browser_data_directory| to store crash reports.
-// |on_initialized_event| will be signaled once the watcher process is fully
-// initialized. Takes ownership of |parent_process| and |on_initialized_event|.
-// |channel_name| is the current Chrome distribution channel (one of
-// installer::kChromeChannelXXX).
+// records its exit code under |registry_path| in HKCU. The Chrome message
+// window, owned by |parent_process|, will be monitored for responsiveness. If
+// enabled, a Kasko reporter process is also instantiated, using
+// |browser_data_directory| to store crash reports. |on_initialized_event| will
+// be signaled once the watcher process is fully initialized. Takes ownership of
+// |parent_process| and |on_initialized_event|. |channel_name| is the current
+// Chrome distribution channel (one of installer::kChromeChannelXXX).
typedef int (*ChromeWatcherMainFunction)(
const base::char16* registry_path,
HANDLE parent_process,
DWORD main_thread_id,
HANDLE on_initialized_event,
const base::char16* browser_data_directory,
- const base::char16* message_window_name,
const base::char16* channel_name);
// Returns an RPC endpoint name for the identified client process. This method
« no previous file with comments | « chrome/chrome_watcher/chrome_watcher_main.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698