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

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

Issue 1423483004: Updated TODO(shreyasv) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: ios/net/cookies/cookie_store_ios.mm
diff --git a/ios/net/cookies/cookie_store_ios.mm b/ios/net/cookies/cookie_store_ios.mm
index bc5725141f2bb4fedbe20fe0a012d31d5f329480..be242f82e90d5964176f52b69af0f6add2bdb8d6 100644
--- a/ios/net/cookies/cookie_store_ios.mm
+++ b/ios/net/cookies/cookie_store_ios.mm
@@ -131,9 +131,6 @@ void ClearAllCookiesFromBinaryCookiesFile() {
DLOG(WARNING) << "Failed to remove binarycookies file.";
}
}
- // TODO(shreyasv): Should .binarycookies be parsed to find out how many
- // more cookies are deleted? Investigate further if the accuracy of this
- // actually matters to the callback.
}
// Builds a NSHTTPCookie from a header cookie line ("Set-Cookie: xxx") and a

Powered by Google App Engine
This is Rietveld 408576698