| Index: chromecast/shell/browser/cast_content_browser_client.h
|
| diff --git a/chromecast/shell/browser/cast_content_browser_client.h b/chromecast/shell/browser/cast_content_browser_client.h
|
| index 98504e3581a7eb741ea6062854ff78095aa6d584..2356eefc3a238870dd20ceb87e91e7221b9dff4c 100644
|
| --- a/chromecast/shell/browser/cast_content_browser_client.h
|
| +++ b/chromecast/shell/browser/cast_content_browser_client.h
|
| @@ -71,9 +71,6 @@ class CastContentBrowserClient: public content::ContentBrowserClient {
|
| std::vector<content::FileDescriptorInfo>* mappings) OVERRIDE;
|
|
|
| private:
|
| - // Note: BrowserMainLoop holds ownership of CastBrowserMainParts after it is
|
| - // created.
|
| - CastBrowserMainParts* shell_browser_main_parts_;
|
| scoped_ptr<URLRequestContextFactory> url_request_context_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(CastContentBrowserClient);
|
|
|