| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 1d4b5f7c0c9af5bfada8f49a6a8683d80f9b712e..6db2d29a3d51e260f2a8962b09e5071fac5ad2cf 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -437,6 +437,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| const MediaResponseCallback& callback) OVERRIDE;
|
| virtual SessionStorageNamespace* GetSessionStorageNamespace(
|
| SiteInstance* instance) OVERRIDE;
|
| + virtual SessionStorageNamespaceMap GetSessionStorageNamespaceMap() OVERRIDE;
|
| virtual FrameTree* GetFrameTree() OVERRIDE;
|
| virtual void AccessibilityEventReceived(
|
| const std::vector<AXEventNotificationDetails>& details) OVERRIDE;
|
|
|