| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 3b6c0af3df1113149966ef3c0eb6fcd6eb80ff01..71291b8850cfd0e2305872e634aa9e2dbf261efd 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -124,11 +124,13 @@ class ProfileImpl : public Profile {
|
| virtual bool IsSameProfile(Profile* profile) OVERRIDE;
|
| virtual base::Time GetStartTime() const OVERRIDE;
|
| virtual net::URLRequestContextGetter* CreateRequestContext(
|
| - content::ProtocolHandlerMap* protocol_handlers) OVERRIDE;
|
| + content::ProtocolHandlerMap* protocol_handlers,
|
| + content::ProtocolHandlerScopedVector protocol_interceptors) OVERRIDE;
|
| virtual net::URLRequestContextGetter* CreateRequestContextForStoragePartition(
|
| const base::FilePath& partition_path,
|
| bool in_memory,
|
| - content::ProtocolHandlerMap* protocol_handlers) OVERRIDE;
|
| + content::ProtocolHandlerMap* protocol_handlers,
|
| + content::ProtocolHandlerScopedVector protocol_interceptors) OVERRIDE;
|
| virtual base::FilePath last_selected_directory() OVERRIDE;
|
| virtual void set_last_selected_directory(const base::FilePath& path) OVERRIDE;
|
| virtual chrome_browser_net::Predictor* GetNetworkPredictor() OVERRIDE;
|
|
|