| Index: content/browser/tab_contents/tab_contents.cc
|
| ===================================================================
|
| --- content/browser/tab_contents/tab_contents.cc (revision 123852)
|
| +++ content/browser/tab_contents/tab_contents.cc (working copy)
|
| @@ -399,7 +399,10 @@
|
| !command_line.HasSwitch(switches::kDisableInteractiveFormValidation);
|
| prefs.fullscreen_enabled =
|
| !command_line.HasSwitch(switches::kDisableFullScreen);
|
| + prefs.css_regions_enabled =
|
| + command_line.HasSwitch(switches::kEnableCssRegions);
|
|
|
| +
|
| #if defined(OS_MACOSX)
|
| bool default_enable_scroll_animator = true;
|
| #else
|
|
|