| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 898b4365d5069cfb4ea7f99018c2b85fabaeaaa7..5b1c3ee88e9f65fb9156369cc1e7aa0cce5849a4 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -365,6 +365,9 @@ class WebContents : public PageNavigator {
|
|
|
| // Focuses the location bar.
|
| virtual void SetFocusToLocationBar(bool select_all) = 0;
|
| +
|
| + // Get the origin of the opener.
|
| + virtual const GURL& GetOpenerOrigin() const = 0;
|
| };
|
|
|
| } // namespace content
|
|
|