Index: content/browser/web_contents/web_contents_impl.cc |
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
index 67cf02fbb7bcaac2202668930a942bf07a437695..9200abf762f80df3317fd05eeb37ebf486441522 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -1660,6 +1660,10 @@ SessionStorageNamespace* WebContentsImpl::GetSessionStorageNamespace( |
return controller_.GetSessionStorageNamespace(instance); |
} |
+SessionStorageNamespaceMap WebContentsImpl::GetSessionStorageNamespaceMap() { |
+ return controller_.GetSessionStorageNamespaceMap(); |
+} |
+ |
FrameTree* WebContentsImpl::GetFrameTree() { |
return &frame_tree_; |
} |