| 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 321e490a34c89499991243c48b1ad979a961e511..94d1b505a4f9f51b6c8d906aa694070067e58b1f 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -3088,6 +3088,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());
|
|
|