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

Unified Diff: ios/net/cookies/cookie_store_ios.h

Issue 2670213003: Removed CookieStoreIOS::CreateCookieStore as unused. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | ios/net/cookies/cookie_store_ios.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/net/cookies/cookie_store_ios.h
diff --git a/ios/net/cookies/cookie_store_ios.h b/ios/net/cookies/cookie_store_ios.h
index fd421874d2825017f077076387a7a29e9b16ffee..85671c9604415d193aca009dcabe576a3ac78c39 100644
--- a/ios/net/cookies/cookie_store_ios.h
+++ b/ios/net/cookies/cookie_store_ios.h
@@ -58,11 +58,6 @@ class CookieStoreIOS : public net::CookieStore,
// so callers should not expect these values to be populated.
explicit CookieStoreIOS(NSHTTPCookieStorage* cookie_storage);
- // Creates a CookieStoreIOS with NSHTTPCookieStorage backend.
- // TODO(crbug.com/683964): Remove this method.
- static std::unique_ptr<CookieStoreIOS> CreateCookieStore(
- NSHTTPCookieStorage* cookie_storage);
-
~CookieStoreIOS() override;
enum CookiePolicy { ALLOW, BLOCK };
« no previous file with comments | « no previous file | ios/net/cookies/cookie_store_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698