using WebContentsObserver::NavigationEntryCommitted to set virtualurl

This commit is contained in:
Robo 2015-03-05 20:09:27 +05:30
parent 47463ae5cb
commit 0663b9dae2
2 changed files with 16 additions and 1 deletions

View file

@ -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;