| Index: content/browser/renderer_host/render_view_host_delegate.h
|
| diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h
|
| index 51fc3dc5057fcc1449ad7bcc6e6a536533e20117..fd8aeae8625cb08328cc0f743c17ba705820fbea 100644
|
| --- a/content/browser/renderer_host/render_view_host_delegate.h
|
| +++ b/content/browser/renderer_host/render_view_host_delegate.h
|
| @@ -11,6 +11,7 @@
|
| #include "base/callback.h"
|
| #include "base/process/kill.h"
|
| #include "base/strings/string16.h"
|
| +#include "content/browser/dom_storage/session_storage_namespace_impl.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/common/media_stream_request.h"
|
| #include "content/public/common/page_transition_types.h"
|
| @@ -277,6 +278,10 @@ class CONTENT_EXPORT RenderViewHostDelegate {
|
| virtual SessionStorageNamespace* GetSessionStorageNamespace(
|
| SiteInstance* instance);
|
|
|
| + // Returns a copy of the map of all session storage namespaces related
|
| + // to this view.
|
| + virtual SessionStorageNamespaceMap GetSessionStorageNamespaceMap();
|
| +
|
| // Returns true if the RenderViewHost will never be visible.
|
| virtual bool IsNeverVisible();
|
|
|
|
|