Index: content/browser/tab_contents/tab_contents.cc |
diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc |
index a7c8b81ebd72b92b3155ddd73d7eb664a9a09205..b6fe229194403f509a82e62bab389ca4ba7f4494 100644 |
--- a/content/browser/tab_contents/tab_contents.cc |
+++ b/content/browser/tab_contents/tab_contents.cc |
@@ -2479,3 +2479,7 @@ void TabContents::CreateViewAndSetSizeForRVH(RenderViewHost* rvh) { |
if (rwh_view) |
rwh_view->SetSize(GetView()->GetContainerSize()); |
} |
+ |
+const GURL& TabContents::GetOpenerOrigin() const { |
+ return opener_origin_; |
+} |