| 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 a8999556dd4158dc253a5f037fc09dd3fd4654d7..8491d985d5e9af682507981d995adcc4d36496f3 100644
|
| --- a/chrome/chrome_watcher/chrome_watcher_main_api.h
|
| +++ b/chrome/chrome_watcher/chrome_watcher_main_api.h
|
| @@ -21,11 +21,9 @@ 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. 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|.
|
| +// window, owned by |parent_process|, will be monitored for responsiveness.
|
| +// |on_initialized_event| will be signaled once the watcher process is fully
|
| +// initialized. Takes ownership of |parent_process| and |on_initialized_event|.
|
| typedef int (*ChromeWatcherMainFunction)(
|
| const base::char16* registry_path,
|
| HANDLE parent_process,
|
| @@ -33,10 +31,4 @@ typedef int (*ChromeWatcherMainFunction)(
|
| HANDLE on_initialized_event,
|
| const base::char16* browser_data_directory);
|
|
|
| -// Returns an RPC endpoint name for the identified client process. This method
|
| -// may be invoked in both the client and the watcher process with the PID of the
|
| -// client process to establish communication between the two using a common
|
| -// endpoint name.
|
| -base::string16 GetKaskoEndpoint(base::ProcessId client_process_id);
|
| -
|
| #endif // CHROME_CHROME_WATCHER_CHROME_WATCHER_MAIN_API_H_
|
|
|