| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 8564c3ac602cea769f315dc1ee1815c68fe08cec..facdd3334b3f75ee0f648cff785f4ef3e84c4c43 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -1036,6 +1036,9 @@ WebContents* WebContentsImpl::Clone() {
|
| GetSiteInstance(), MSG_ROUTING_NONE,
|
| this, opener_);
|
| tc->GetController().CopyStateFrom(controller_);
|
| + FOR_EACH_OBSERVER(WebContentsObserver,
|
| + observers_,
|
| + DidCloneToNewWebContents(this, tc));
|
| return tc;
|
| }
|
|
|
|
|