| Index: content/browser/renderer_host/render_message_filter.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_message_filter.h (revision 138610)
|
| +++ content/browser/renderer_host/render_message_filter.h (working copy)
|
| @@ -240,11 +240,8 @@
|
| // by the BrowserProcess, which has a wider scope than we do.
|
| content::ResourceDispatcherHostImpl* resource_dispatcher_host_;
|
| PluginServiceImpl* plugin_service_;
|
| + FilePath profile_data_directory_;
|
|
|
| - // The browser context associated with our renderer process. This should only
|
| - // be accessed on the UI thread!
|
| - content::BrowserContext* browser_context_;
|
| -
|
| // Contextual information to be used for requests created here.
|
| scoped_refptr<net::URLRequestContextGetter> request_context_;
|
|
|
|
|