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

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

Issue 2601103002: Made CookieStoreIOS(PersistentCookieStore, NSHTTPCookieStorage) private. (Closed)
Patch Set: Created 4 years 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 2c8218f1c612aef990e2ac5d2480fd025423719f..2870bdeed2c95c2c8f3d0a22a9a7e17763a05fc5 100644
--- a/ios/net/cookies/cookie_store_ios.h
+++ b/ios/net/cookies/cookie_store_ios.h
@@ -59,10 +59,6 @@ class CookieStoreIOS : public net::CookieStore,
explicit CookieStoreIOS(
net::CookieMonster::PersistentCookieStore* persistent_store);
- explicit CookieStoreIOS(
- net::CookieMonster::PersistentCookieStore* persistent_store,
- NSHTTPCookieStorage* system_store);
-
~CookieStoreIOS() override;
enum CookiePolicy { ALLOW, BLOCK };
@@ -148,6 +144,10 @@ class CookieStoreIOS : public net::CookieStore,
void SetSynchronizedWithSystemStore(bool synchronized);
private:
+ CookieStoreIOS(
+ net::CookieMonster::PersistentCookieStore* persistent_store,
+ NSHTTPCookieStorage* system_store);
+
// For tests.
friend struct CookieStoreIOSTestTraits;
« 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