mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision d483fb77 (#474934)
- CefLifeSpanHandler::OnBeforePopup is now called on the UI thread. - Remove CefBrowserSettings.javascript_open_windows which is no longer supported.
This commit is contained in:
@@ -68,6 +68,9 @@ class CefStoragePartitionProxy : public content::StoragePartition {
|
||||
const base::Closure& callback) override;
|
||||
void Flush() override;
|
||||
void ClearBluetoothAllowedDevicesMapForTesting() override;
|
||||
content::mojom::NetworkContext* network_context() override;
|
||||
content::URLLoaderFactoryGetter* url_loader_factory_getter() override;
|
||||
content::BrowserContext* browser_context() const override;
|
||||
void Bind(mojo::InterfaceRequest<content::mojom::StoragePartitionService>
|
||||
request) override;
|
||||
|
||||
|
Reference in New Issue
Block a user