summaryrefslogtreecommitdiffstats
path: root/components/html_viewer/html_viewer_switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/html_viewer/html_viewer_switches.h')
-rw-r--r--components/html_viewer/html_viewer_switches.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/html_viewer/html_viewer_switches.h b/components/html_viewer/html_viewer_switches.h
index 5b3b25d..23214d8 100644
--- a/components/html_viewer/html_viewer_switches.h
+++ b/components/html_viewer/html_viewer_switches.h
@@ -8,9 +8,6 @@
namespace html_viewer {
namespace switches {
-// Switch to disable out of process iframes.
-extern const char kDisableOOPIF[];
-
// If true a new HTMLFrameTreeManager is always created, even if a matching
// HTMLFrameTreeManager is found. This is useful for tests (or debugging) that
// want to synthesize what happens with multi-processes in a single process.