Remove pageVisibility option

The original purpose of this option is not working anymore, also adds
docs on the current way to disable process backgrounding.
This commit is contained in:
Cheng Zhao 2016-01-07 12:28:20 +08:00
parent c6e03f8390
commit 16d23bbda5
7 changed files with 15 additions and 33 deletions

View file

@ -56,9 +56,6 @@ class AtomRendererClient : public content::ContentRendererClient,
content::RenderFrame* render_frame,
const std::string& mime_type,
const GURL& original_url) override;
bool ShouldOverridePageVisibilityState(
const content::RenderFrame* render_frame,
blink::WebPageVisibilityState* override_state) override;
void AddKeySystems(std::vector<media::KeySystemInfo>* key_systems) override;
void EnableWebRuntimeFeatures();