| 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..3b9a682300879b3dcd6555078179612eca2087dd 100644
|
| --- a/chrome/chrome_watcher/chrome_watcher_main_api.h
|
| +++ b/chrome/chrome_watcher/chrome_watcher_main_api.h
|
| @@ -33,10 +33,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_
|
|
|