| Index: webkit/glue/webpreferences.cc
|
| ===================================================================
|
| --- webkit/glue/webpreferences.cc (revision 75329)
|
| +++ webkit/glue/webpreferences.cc (working copy)
|
| @@ -12,6 +12,7 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebURL.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
|
| +#include "webkit/glue/webkit_constants.h"
|
| #include "webkit/glue/webkit_glue.h"
|
|
|
| using WebKit::WebRuntimeFeatures;
|
| @@ -197,4 +198,7 @@
|
|
|
| settings->setInteractiveFormValidationEnabled(
|
| interactive_form_validation_enabled);
|
| +
|
| + // Tabs start out hidden and are made visible.
|
| + settings->setMinimumTimerInterval(webkit_glue::kBackgroundTabTimerInterval);
|
| }
|
|
|