| Index: content/browser/tab_contents/tab_contents_observer.cc
|
| diff --git a/content/browser/tab_contents/tab_contents_observer.cc b/content/browser/tab_contents/tab_contents_observer.cc
|
| index 30566085414036a7befeef6253bdf2ad7feead42..50b2e46d64ecfc1ca18f8f0df4b3bf36374f303f 100644
|
| --- a/content/browser/tab_contents/tab_contents_observer.cc
|
| +++ b/content/browser/tab_contents/tab_contents_observer.cc
|
| @@ -48,7 +48,9 @@ void TabContentsObserver::DidStartProvisionalLoadForFrame(
|
| RenderViewHost* render_view_host) {
|
| }
|
|
|
| -void TabContentsObserver::ProvisionalChangeToMainFrameUrl(const GURL& url) {
|
| +void TabContentsObserver::ProvisionalChangeToMainFrameUrl(
|
| + const GURL& url,
|
| + bool has_opener_set) {
|
| }
|
|
|
| void TabContentsObserver::DidCommitProvisionalLoadForFrame(
|
|
|