mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 68.0.3425.0 (#557062)
Known issues: - Surface synchronization is now enabled for OSR, see issue #2447. - Jumbo build is broken, fixed in https://crrev.com/868717ce.
This commit is contained in:
@@ -130,7 +130,7 @@ void CefCookieStoreProxy::DeleteCanonicalCookieAsync(
|
||||
}
|
||||
|
||||
void CefCookieStoreProxy::DeleteAllCreatedInTimeRangeAsync(
|
||||
const TimeRange& creation_range,
|
||||
const net::CookieDeletionInfo::TimeRange& creation_range,
|
||||
DeleteCallback callback) {
|
||||
net::CookieStore* cookie_store = GetCookieStore();
|
||||
if (cookie_store) {
|
||||
@@ -142,7 +142,7 @@ void CefCookieStoreProxy::DeleteAllCreatedInTimeRangeAsync(
|
||||
}
|
||||
|
||||
void CefCookieStoreProxy::DeleteAllMatchingInfoAsync(
|
||||
CookieDeletionInfo delete_info,
|
||||
net::CookieDeletionInfo delete_info,
|
||||
DeleteCallback callback) {
|
||||
net::CookieStore* cookie_store = GetCookieStore();
|
||||
if (cookie_store) {
|
||||
|
Reference in New Issue
Block a user