Commit 50c7cf28 authored by David Van Cleve's avatar David Van Cleve Committed by Commit Bot

network: Remove an obsolete usage comment in CookieManager

Lily said that it's safe to use CookieManager on the main network sequence, so
I'm removing this obsolete reference to the "IO thread," which scared me into
thinking I'd need to PostTask to use CookieManager accessors.

R=chlily, morlovich

Bug: None
Change-Id: I29b305406db253e10654a096f24ab310220eff1a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2166604
Auto-Submit: David Van Cleve <davidvc@chromium.org>
Commit-Queue: Maksim Orlovich <morlovich@chromium.org>
Reviewed-by: default avatarLily Chen <chlily@chromium.org>
Reviewed-by: default avatarMaksim Orlovich <morlovich@chromium.org>
Cr-Commit-Position: refs/heads/master@{#763407}
parent 280a7e87
...@@ -29,10 +29,6 @@ namespace network { ...@@ -29,10 +29,6 @@ namespace network {
class SessionCleanupCookieStore; class SessionCleanupCookieStore;
// Wrap a cookie store in an implementation of the mojo cookie interface. // Wrap a cookie store in an implementation of the mojo cookie interface.
// This is an IO thread object; all methods on this object must be called on
// the IO thread. Note that this does not restrict the locations from which
// mojo messages may be sent to the object.
class COMPONENT_EXPORT(NETWORK_SERVICE) CookieManager class COMPONENT_EXPORT(NETWORK_SERVICE) CookieManager
: public mojom::CookieManager { : public mojom::CookieManager {
public: public:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment