mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add initial WebUI support (issue #2037)
- Visit chrome://webui-hosts for the list of supported hosts.
This commit is contained in:
@@ -23,6 +23,9 @@ class CefBrowserContextProxy : public CefBrowserContext {
|
||||
CefBrowserContextProxy(CefRefPtr<CefRequestContextHandler> handler,
|
||||
scoped_refptr<CefBrowserContextImpl> parent);
|
||||
|
||||
// Must be called immediately after this object is created.
|
||||
void Initialize() override;
|
||||
|
||||
// SupportsUserData methods.
|
||||
Data* GetUserData(const void* key) const override;
|
||||
void SetUserData(const void* key, Data* data) override;
|
||||
|
Reference in New Issue
Block a user