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 8918d4311a0a1189bb8c01fb0b1c102ea91ebe3e..a9ad231cb4dae32e78c71720cfdccef7be88293f 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_; |
} |