| Index: chrome/browser/browser_process.h
|
| diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
|
| index 6bbc63d690c1740885f6a70db3928d1f340bca22..f44c7f20a2871711d7f75da0aadb8e7369212a19 100644
|
| --- a/chrome/browser/browser_process.h
|
| +++ b/chrome/browser/browser_process.h
|
| @@ -144,6 +144,13 @@ class BrowserProcess {
|
| // Returns the thread that is used for health check of all browser threads.
|
| virtual WatchDogThread* watchdog_thread() = 0;
|
|
|
| +#if defined(OS_CHROMEOS)
|
| + // Returns thread for websocket to TCP proxy.
|
| + // TODO(dilmah): remove this thread. Instead provide this functionality via
|
| + // hooks into websocket bridge layer.
|
| + virtual base::Thread* webproxy_thread() = 0;
|
| +#endif
|
| +
|
| virtual policy::BrowserPolicyConnector* browser_policy_connector() = 0;
|
|
|
| virtual IconManager* icon_manager() = 0;
|
|
|