| Index: content/public/browser/render_view_host.h
|
| diff --git a/content/public/browser/render_view_host.h b/content/public/browser/render_view_host.h
|
| index 61deb7a577164cba2c224c79de57b17455d35088..f3f6f2610143c0b1b604442ece2d530f6e55b83e 100644
|
| --- a/content/public/browser/render_view_host.h
|
| +++ b/content/public/browser/render_view_host.h
|
| @@ -217,8 +217,6 @@ class CONTENT_EXPORT RenderViewHost : virtual public RenderWidgetHost {
|
| // RenderView. See BindingsPolicy for details.
|
| virtual int GetEnabledBindings() const = 0;
|
|
|
| - virtual SessionStorageNamespace* GetSessionStorageNamespace() = 0;
|
| -
|
| virtual SiteInstance* GetSiteInstance() const = 0;
|
|
|
| // Requests the renderer to evaluate an xpath to a frame and insert css
|
|
|