| Index: components/html_viewer/html_viewer_switches.h
|
| diff --git a/components/html_viewer/html_viewer_switches.h b/components/html_viewer/html_viewer_switches.h
|
| index 68d6b6a8e224c31cefe6699101e37970d4d40422..5b3b25d441f430a7384ec26a63d1fb4cb2678afe 100644
|
| --- a/components/html_viewer/html_viewer_switches.h
|
| +++ b/components/html_viewer/html_viewer_switches.h
|
| @@ -8,8 +8,8 @@
|
| namespace html_viewer {
|
| namespace switches {
|
|
|
| -// Switch to enable out of process iframes.
|
| -extern const char kOOPIF[];
|
| +// 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
|
|
|