| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 167ffd01acaf03f2765e2553bc039e2af6389c54..9b3ece115157567d5e65bd570b3d25909d396a69 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -230,6 +230,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| virtual void ResourceDispatcherHostCreated() OVERRIDE;
|
| virtual content::SpeechRecognitionManagerDelegate*
|
| GetSpeechRecognitionManagerDelegate() OVERRIDE;
|
| + virtual content::PushMessagingService* CreatePushMessagingService(
|
| + content::BrowserContext* browser_context) OVERRIDE;
|
| virtual net::NetLog* GetNetLog() OVERRIDE;
|
| virtual content::AccessTokenStore* CreateAccessTokenStore() OVERRIDE;
|
| virtual bool IsFastShutdownPossible() OVERRIDE;
|
|
|