| Index: content/browser/renderer_host/render_process_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
|
| index 79154957c3516b15bd30d948f43c0999da958635..df6d3166e4ff1c19888f1c585cb250b1438545b4 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -263,6 +263,8 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
|
|
| BluetoothDispatcherHost* GetBluetoothDispatcherHost();
|
|
|
| + void RecomputeAndUpdateWebKitPreferences();
|
| +
|
| protected:
|
| // A proxy for our IPC::Channel that lives on the IO thread.
|
| scoped_ptr<IPC::ChannelProxy> channel_;
|
|
|