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

Unified Diff: chrome/browser/net/chrome_url_request_context.h

Issue 6749044: Remove async functionality from net::CookiePolicy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 9 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: chrome/browser/net/chrome_url_request_context.h
diff --git a/chrome/browser/net/chrome_url_request_context.h b/chrome/browser/net/chrome_url_request_context.h
index b8a87d294b00dfa322fdcbcf631aa513d57e0225..92dd02dba7501ae84134adb1564db367e4eece40 100644
--- a/chrome/browser/net/chrome_url_request_context.h
+++ b/chrome/browser/net/chrome_url_request_context.h
@@ -26,7 +26,6 @@
#include "webkit/database/database_tracker.h"
#include "webkit/fileapi/file_system_context.h"
-class ChromeCookiePolicy;
class ChromeURLDataManagerBackend;
class ChromeURLRequestContextFactory;
class IOThread;
@@ -99,8 +98,6 @@ class ChromeURLRequestContext : public net::URLRequestContext {
ChromeURLDataManagerBackend* GetChromeURLDataManagerBackend();
// Setters to simplify initializing from factory objects.
- void set_chrome_cookie_policy(ChromeCookiePolicy* cookie_policy);
-
void set_user_script_dir_path(const FilePath& path) {
user_script_dir_path_ = path;
}
@@ -154,7 +151,6 @@ class ChromeURLRequestContext : public net::URLRequestContext {
// TODO(willchan): Make these non-refcounted.
scoped_refptr<ChromeAppCacheService> appcache_service_;
scoped_refptr<webkit_database::DatabaseTracker> database_tracker_;
- scoped_refptr<ChromeCookiePolicy> chrome_cookie_policy_;
scoped_refptr<HostContentSettingsMap> host_content_settings_map_;
scoped_refptr<HostZoomMap> host_zoom_map_;
scoped_refptr<ChromeBlobStorageContext> blob_storage_context_;

Powered by Google App Engine
This is Rietveld 408576698