diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-10 17:05:26 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-10 17:05:26 +0000 |
commit | b172aee74fde14b0a79e144572a959b8b436c473 (patch) | |
tree | 45216b5f334088e8ab5a9097555e047bae8eea32 /content/browser/renderer_host/resource_dispatcher_host_impl.h | |
parent | 33190c88674bc70d431bafe9eba88cbe05652b60 (diff) | |
download | chromium_src-b172aee74fde14b0a79e144572a959b8b436c473.zip chromium_src-b172aee74fde14b0a79e144572a959b8b436c473.tar.gz chromium_src-b172aee74fde14b0a79e144572a959b8b436c473.tar.bz2 |
TabContents -> WebContentsImpl, part 1.
BUG=105875
TEST=no change
Review URL: http://codereview.chromium.org/10024034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131571 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/renderer_host/resource_dispatcher_host_impl.h')
-rw-r--r-- | content/browser/renderer_host/resource_dispatcher_host_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/renderer_host/resource_dispatcher_host_impl.h b/content/browser/renderer_host/resource_dispatcher_host_impl.h index eab5e78..d4b1c3c 100644 --- a/content/browser/renderer_host/resource_dispatcher_host_impl.h +++ b/content/browser/renderer_host/resource_dispatcher_host_impl.h @@ -37,7 +37,7 @@ class DownloadFileManager; class ResourceHandler; class ResourceMessageFilter; class SaveFileManager; -class TabContents; +class WebContentsImpl; struct ResourceHostMsg_Request; struct ViewMsg_SwapOut_Params; @@ -199,7 +199,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl const net::SSLInfo* ssl_info) OVERRIDE; virtual void ContinueSSLRequest(const content::GlobalRequestID& id) OVERRIDE; - void OnUserGesture(TabContents* tab); + void OnUserGesture(WebContentsImpl* contents); // Retrieves a net::URLRequest. Must be called from the IO thread. net::URLRequest* GetURLRequest( |