| 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 9291e9f115c90b8a1a3f70aa66eab23b76a33dd8..c4098f366ce0d4e03c5c508c4d40773f69daa846 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -3118,6 +3118,11 @@ WebPreferences WebContentsImpl::GetWebkitPrefs() {
|
| return GetWebkitPrefs(GetRenderViewHost(), url);
|
| }
|
|
|
| +int WebContentsImpl::CreateSwappedOutRenderViewForGuest(
|
| + content::SiteInstance* instance) {
|
| + return render_manager_.CreateRenderView(instance, MSG_ROUTING_NONE, true);
|
| +}
|
| +
|
| void WebContentsImpl::OnUserGesture() {
|
| // Notify observers.
|
| FOR_EACH_OBSERVER(WebContentsObserver, observers_, DidGetUserGesture());
|
|
|