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:
@@ -10,7 +10,6 @@
|
||||
#include "libcef/browser/thread_util.h"
|
||||
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "base/task/post_task.h"
|
||||
#include "base/task/thread_pool.h"
|
||||
#include "chrome/browser/extensions/api/tabs/tabs_constants.h"
|
||||
#include "chrome/browser/extensions/extension_tab_util.h"
|
||||
|
@@ -341,7 +341,7 @@ CefExtensionsBrowserClient::GetComponentExtensionResourceManager() {
|
||||
void CefExtensionsBrowserClient::BroadcastEventToRenderers(
|
||||
events::HistogramValue histogram_value,
|
||||
const std::string& event_name,
|
||||
std::unique_ptr<base::ListValue> args,
|
||||
base::Value::List args,
|
||||
bool dispatch_to_off_the_record_profiles) {
|
||||
g_browser_process->extension_event_router_forwarder()
|
||||
->BroadcastEventToRenderers(histogram_value, event_name, std::move(args),
|
||||
|
@@ -96,7 +96,7 @@ class CefExtensionsBrowserClient : public ExtensionsBrowserClient {
|
||||
void BroadcastEventToRenderers(
|
||||
events::HistogramValue histogram_value,
|
||||
const std::string& event_name,
|
||||
std::unique_ptr<base::ListValue> args,
|
||||
base::Value::List args,
|
||||
bool dispatch_to_off_the_record_profiles) override;
|
||||
ExtensionCache* GetExtensionCache() override;
|
||||
bool IsBackgroundUpdateAllowed() override;
|
||||
|
Reference in New Issue
Block a user