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:
parent
c6e03f8390
commit
16d23bbda5
7 changed files with 15 additions and 33 deletions
|
@ -85,9 +85,6 @@ const char kNodeIntegration[] = "nodeIntegration";
|
|||
// Instancd ID of guest WebContents.
|
||||
const char kGuestInstanceID[] = "guestInstanceId";
|
||||
|
||||
// Set page visiblity to always visible.
|
||||
const char kPageVisibility[] = "pageVisibility";
|
||||
|
||||
// Enable DirectWrite on Windows.
|
||||
const char kDirectWrite[] = "directWrite";
|
||||
|
||||
|
@ -141,7 +138,6 @@ const char kNodeIntegration[] = "node-integration";
|
|||
const char kGuestInstanceID[] = "guest-instance-id";
|
||||
const char kExperimentalFeatures[] = "experimental-features";
|
||||
const char kExperimentalCanvasFeatures[] = "experimental-canvas-features";
|
||||
const char kPageVisibility[] = "page-visiblity";
|
||||
const char kOpenerID[] = "opener-id";
|
||||
|
||||
// Widevine options
|
||||
|
|
|
@ -49,7 +49,6 @@ extern const char kNodeIntegration[];
|
|||
extern const char kGuestInstanceID[];
|
||||
extern const char kExperimentalFeatures[];
|
||||
extern const char kExperimentalCanvasFeatures[];
|
||||
extern const char kPageVisibility[];
|
||||
extern const char kOpenerID[];
|
||||
|
||||
} // namespace options
|
||||
|
@ -77,7 +76,6 @@ extern const char kNodeIntegration[];
|
|||
extern const char kGuestInstanceID[];
|
||||
extern const char kExperimentalFeatures[];
|
||||
extern const char kExperimentalCanvasFeatures[];
|
||||
extern const char kPageVisibility[];
|
||||
extern const char kOpenerID[];
|
||||
|
||||
extern const char kWidevineCdmPath[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue