Configure background throttling on RenderViewCreated callback

This commit is contained in:
Kevin Sawicki 2016-12-28 15:44:44 -08:00
parent 219693d91f
commit 41afeb744a
2 changed files with 9 additions and 5 deletions

View file

@ -278,6 +278,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
// content::WebContentsObserver:
void BeforeUnloadFired(const base::TimeTicks& proceed_time) override;
void RenderViewCreated(content::RenderViewHost*) override;
void RenderViewDeleted(content::RenderViewHost*) override;
void RenderProcessGone(base::TerminationStatus status) override;
void DocumentLoadedInFrame(