| Index: chrome/browser/profiles/profile_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
|
| index c598b9198362a42861283c72dd5b494e1e4aea66..ce651912ffc616d43f2f85009eecce07e4494477 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -105,6 +105,7 @@ class ProfileIOData : public base::RefCountedThreadSafe<ProfileIOData> {
|
| scoped_refptr<ExtensionInfoMap> extension_info_map;
|
| scoped_refptr<ExtensionIOEventRouter> extension_io_event_router;
|
| scoped_refptr<prerender::PrerenderManager> prerender_manager;
|
| + scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry;
|
| // We need to initialize the ProxyConfigService from the UI thread
|
| // because on linux it relies on initializing things through gconf,
|
| // and needs to be on the main thread.
|
|
|