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 |