using WebContentsObserver::NavigationEntryCommitted to set virtualurl
This commit is contained in:
parent
47463ae5cb
commit
0663b9dae2
2 changed files with 16 additions and 1 deletions
|
@ -165,6 +165,8 @@ class WebContents : public mate::EventEmitter,
|
|||
bool OnMessageReceived(const IPC::Message& message) override;
|
||||
void RenderViewReady() override;
|
||||
void WebContentsDestroyed() override;
|
||||
void NavigationEntryCommitted(
|
||||
const content::LoadCommittedDetails& load_details) override;
|
||||
|
||||
// content::BrowserPluginGuestDelegate:
|
||||
void DidAttach(int guest_proxy_routing_id) final;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue