renderer: option to override page visiblity state

This commit is contained in:
deepak1556 2015-06-01 12:58:20 +05:30
parent 3c186946eb
commit 683917ae67
6 changed files with 25 additions and 0 deletions

View file

@ -95,6 +95,9 @@ const char kOverlayScrollbars[] = "overlay-scrollbars";
const char kOverlayFullscreenVideo[] = "overlay-fullscreen-video";
const char kSharedWorker[] = "shared-worker";
// Set page visiblity to always visible.
const char kPageVisibility[] = "page-visibility";
// Disable HTTP cache.
const char kDisableHttpCache[] = "disable-http-cache";

View file

@ -52,6 +52,7 @@ extern const char kSubpixelFontScaling[];
extern const char kOverlayScrollbars[];
extern const char kOverlayFullscreenVideo[];
extern const char kSharedWorker[];
extern const char kPageVisibility[];
extern const char kDisableHttpCache[];