Chromium Code Reviews| Index: webkit/glue/webkit_constants.h |
| =================================================================== |
| --- webkit/glue/webkit_constants.h (revision 75404) |
| +++ webkit/glue/webkit_constants.h (working copy) |
| @@ -15,7 +15,7 @@ |
| const double kForegroundTabTimerInterval = 0.004; |
| // Provides control over the minimum timer interval for background tabs. |
| -const double kBackgroundTabTimerInterval = 0.004; |
| +const double kBackgroundTabTimerInterval = 1.0; |
| } // namespace webkit_glue |