mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 68.0.3403.0 (#552595)
This commit is contained in:
@@ -134,12 +134,12 @@ void CefStoragePartitionProxy::ClearData(
|
||||
uint32_t remove_mask,
|
||||
uint32_t quota_storage_remove_mask,
|
||||
const OriginMatcherFunction& origin_matcher,
|
||||
const CookieMatcherFunction& cookie_matcher,
|
||||
net::CookieStore::CookieDeletionInfo cookie_delete_info,
|
||||
const base::Time begin,
|
||||
const base::Time end,
|
||||
base::OnceClosure callback) {
|
||||
parent_->ClearData(remove_mask, quota_storage_remove_mask, origin_matcher,
|
||||
cookie_matcher, begin, end, std::move(callback));
|
||||
cookie_delete_info, begin, end, std::move(callback));
|
||||
}
|
||||
|
||||
void CefStoragePartitionProxy::ClearHttpAndMediaCaches(
|
||||
|
Reference in New Issue
Block a user