| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index baa4b2e1966f78139a91c781efba06a28269a0a0..a03ba4337cffd6a7f2c21645148d33e308b720dd 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -562,6 +562,8 @@ class CONTENT_EXPORT RenderViewHostImpl
|
|
|
| void ClearPowerSaveBlockers();
|
|
|
| + bool CanAccessFilesOfSerializedState(const std::string& state) const;
|
| +
|
| // Our delegate, which wants to know about changes in the RenderView.
|
| RenderViewHostDelegate* delegate_;
|
|
|
|
|