| 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 4342aa108d31396b9a8aa1fd9831b674fe53d2df..ef06b0a77ef581e4d75c9ac8dd5a9b54e0270f1a 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(
|
|
|