mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 103.0.5060.0 (#1002911)
This commit is contained in:
@@ -467,9 +467,10 @@ AlloyContentBrowserClient::~AlloyContentBrowserClient() = default;
|
||||
|
||||
std::unique_ptr<content::BrowserMainParts>
|
||||
AlloyContentBrowserClient::CreateBrowserMainParts(
|
||||
content::MainFunctionParams parameters) {
|
||||
browser_main_parts_ = new AlloyBrowserMainParts(std::move(parameters));
|
||||
return base::WrapUnique(browser_main_parts_);
|
||||
bool /* is_integration_test */) {
|
||||
auto browser_main_parts = std::make_unique<AlloyBrowserMainParts>();
|
||||
browser_main_parts_ = browser_main_parts.get();
|
||||
return browser_main_parts;
|
||||
}
|
||||
|
||||
void AlloyContentBrowserClient::RenderProcessWillLaunch(
|
||||
|
Reference in New Issue
Block a user