Index: trunk/src/chrome/browser/chrome_content_browser_client.h |
=================================================================== |
--- trunk/src/chrome/browser/chrome_content_browser_client.h (revision 269877) |
+++ trunk/src/chrome/browser/chrome_content_browser_client.h (working copy) |
@@ -31,10 +31,6 @@ |
class BrowserPermissionsPolicyDelegate; |
} |
-namespace prerender { |
-class PrerenderTracker; |
-} |
- |
namespace user_prefs { |
class PrefRegistrySyncable; |
} |
@@ -106,7 +102,6 @@ |
const GURL& url) OVERRIDE; |
virtual bool IsSuitableHost(content::RenderProcessHost* process_host, |
const GURL& site_url) OVERRIDE; |
- virtual bool MayReuseHost(content::RenderProcessHost* process_host) OVERRIDE; |
virtual bool ShouldTryToUseExistingProcessHost( |
content::BrowserContext* browser_context, const GURL& url) OVERRIDE; |
virtual void SiteInstanceGotProcess( |
@@ -283,9 +278,6 @@ |
virtual bool IsPluginAllowedToUseDevChannelAPIs() OVERRIDE; |
- virtual net::CookieStore* OverrideCookieStoreForRenderProcess( |
- int render_process_id) OVERRIDE; |
- |
private: |
#if defined(ENABLE_WEBRTC) |
// Copies disable WebRTC encryption switch depending on the channel. |
@@ -304,14 +296,6 @@ |
scoped_ptr<extensions::BrowserPermissionsPolicyDelegate> |
permissions_policy_delegate_; |
- // The prerender tracker used to determine whether a render process is used |
- // for prerendering and an override cookie store must be provided. |
- // This needs to be kept as a member rather than just looked up from |
- // the profile due to initialization ordering, as well as due to threading. |
- // It is initialized on the UI thread when the ResoureDispatcherHost is |
- // created. It is used only the IO thread. |
- prerender::PrerenderTracker* prerender_tracker_; |
- |
friend class DisableWebRtcEncryptionFlagTest; |
DISALLOW_COPY_AND_ASSIGN(ChromeContentBrowserClient); |