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:
@ -13,12 +13,12 @@ index eb068fb9bb42c..4e8e6a1a7abf4 100644
|
||||
};
|
||||
|
||||
diff --git content/public/browser/webui_config_map.h content/public/browser/webui_config_map.h
|
||||
index 69f7420dc3807..a928869f5ecf5 100644
|
||||
index a979408cc95c3..230215de5cd36 100644
|
||||
--- content/public/browser/webui_config_map.h
|
||||
+++ content/public/browser/webui_config_map.h
|
||||
@@ -53,6 +53,10 @@ class CONTENT_EXPORT WebUIConfigMap {
|
||||
WebUIConfig* GetConfig(BrowserContext* browser_context,
|
||||
const url::Origin& origin);
|
||||
@@ -59,6 +59,10 @@ class CONTENT_EXPORT WebUIConfigMap {
|
||||
// Returns the size of the map, i.e. how many WebUIConfigs are registered.
|
||||
size_t GetSizeForTesting() { return configs_map_.size(); }
|
||||
|
||||
+ WebUIControllerFactory* controller_factory() const {
|
||||
+ return webui_controller_factory_.get();
|
||||
|
Reference in New Issue
Block a user