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

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

Issue 2623523003: [ios] Removed CookieStoreIOS::set_flush_delay_for_testing. (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 6108ee1c3b2676ba480b00beac150b9a69d6c0ae..cebb6fe077d8037d13ebb9b798018b335ce07c59 100644
--- a/ios/net/cookies/cookie_store_ios.h
+++ b/ios/net/cookies/cookie_store_ios.h
@@ -80,11 +80,6 @@ class CookieStoreIOS : public net::CookieStore,
// Only one cookie store may enable metrics.
void SetMetricsEnabled();
- // Sets the delay between flushes. Only used in tests.
- void set_flush_delay_for_testing(base::TimeDelta delay) {
- flush_delay_ = delay;
- }
-
// Inherited CookieStore methods.
void SetCookieWithOptionsAsync(const GURL& url,
const std::string& cookie_line,
@@ -174,7 +169,6 @@ class CookieStoreIOS : public net::CookieStore,
base::scoped_nsobject<NSHTTPCookieStorage> system_store_;
std::unique_ptr<CookieCreationTimeManager> creation_time_manager_;
bool metrics_enabled_;
- base::TimeDelta flush_delay_;
base::CancelableClosure flush_closure_;
SynchronizationState synchronization_state_;
« 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