| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 46e139eeec331b7960f022e7c9d6860ef80b4c59..dd5ef102aec5a0c3ce51b831547ef89cfb32eb43 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -357,6 +357,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
|
|
|