summaryrefslogtreecommitdiffstats
path: root/android_webview/common
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview/common')
-rw-r--r--android_webview/common/aw_switches.cc1
-rw-r--r--android_webview/common/aw_switches.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/android_webview/common/aw_switches.cc b/android_webview/common/aw_switches.cc
index 98b3b03..f9bc2fe 100644
--- a/android_webview/common/aw_switches.cc
+++ b/android_webview/common/aw_switches.cc
@@ -6,6 +6,7 @@
namespace switches {
+const char kEnablePageVisibility[] = "enable-page-visibility";
const char kUseInProcCommandBuffer[] = "use-in-proc-command-buffer";
} // namespace switches
diff --git a/android_webview/common/aw_switches.h b/android_webview/common/aw_switches.h
index 866bbe3..4dd4a6d 100644
--- a/android_webview/common/aw_switches.h
+++ b/android_webview/common/aw_switches.h
@@ -7,6 +7,7 @@
namespace switches {
+extern const char kEnablePageVisibility[];
extern const char kUseInProcCommandBuffer[];
} // namespace switches