Adding cookie flush store api

This commit is contained in:
Hari Krishna Reddy Juturu 2017-04-14 06:12:22 -07:00 committed by Kevin Sawicki
parent 190fc46e77
commit 19709a50e9
3 changed files with 20 additions and 1 deletions

View file

@ -53,6 +53,7 @@ class Cookies : public mate::TrackableObject<Cookies>,
void Remove(const GURL& url, const std::string& name,
const base::Closure& callback);
void Set(const base::DictionaryValue& details, const SetCallback& callback);
void FlushStore(const base::Closure& callback);
// AtomCookieDelegate::Observer:
void OnCookieChanged(const net::CanonicalCookie& cookie,