Configure background throttling on RenderViewCreated callback
This commit is contained in:
parent
219693d91f
commit
41afeb744a
2 changed files with 9 additions and 5 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue