session: api to flush DOMStorage data
This commit is contained in:
parent
6d850ea61f
commit
8433d94cac
3 changed files with 12 additions and 0 deletions
|
@ -64,6 +64,7 @@ class Session: public mate::TrackableObject<Session>,
|
|||
void ResolveProxy(const GURL& url, ResolveProxyCallback callback);
|
||||
void ClearCache(const net::CompletionCallback& callback);
|
||||
void ClearStorageData(mate::Arguments* args);
|
||||
void FlushStorageData();
|
||||
void SetProxy(const net::ProxyConfig& config, const base::Closure& callback);
|
||||
void SetDownloadPath(const base::FilePath& path);
|
||||
void EnableNetworkEmulation(const mate::Dictionary& options);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue