Move RenderViewCreated logic to api::BrowserWindow

This commit is contained in:
Cheng Zhao 2018-02-22 15:04:32 +09:00
parent c256a43139
commit 6650a06339
4 changed files with 15 additions and 14 deletions

View file

@ -318,7 +318,6 @@ class NativeWindow : public base::SupportsUserData,
const std::vector<DraggableRegion>& regions);
// content::WebContentsObserver:
void RenderViewCreated(content::RenderViewHost* render_view_host) override;
void BeforeUnloadDialogCancelled() override;
bool OnMessageReceived(const IPC::Message& message,
content::RenderFrameHost* rfh) override;