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