Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(729)

Unified Diff: content/public/browser/content_browser_client.h

Issue 1002363002: Remove prerender cookie store, part 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prerender-revert-cookie-store-2
Patch Set: also remove hook from ContentBrowserClient Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index 31959739147ca2cb4c74666050db4a9c7f1c45ef..180e819ac7464bc380e75f381e8f883e017b1ab8 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -57,7 +57,6 @@ class ImageSkia;
namespace net {
class CookieOptions;
-class CookieStore;
class NetLog;
class SSLCertRequestInfo;
class SSLInfo;
@@ -587,12 +586,6 @@ class CONTENT_EXPORT ContentBrowserClient {
BrowserContext* browser_context,
const GURL& url);
- // Returns a special cookie store to use for a given render process, or
- // nullptr if the default cookie store should be used.
- // This is called on the IO thread.
- virtual net::CookieStore* OverrideCookieStoreForRenderProcess(
- int render_process_id);
-
// Checks if |security_origin| has permission to access the microphone or
// camera. Note that this does not query the user. |type| must be
// MEDIA_DEVICE_AUDIO_CAPTURE or MEDIA_DEVICE_VIDEO_CAPTURE.
« no previous file with comments | « content/browser/renderer_host/render_message_filter.cc ('k') | content/public/browser/content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698