Chromium Code Reviews| Index: webkit/support/webkit_support.h |
| =================================================================== |
| --- webkit/support/webkit_support.h (revision 75215) |
| +++ webkit/support/webkit_support.h (working copy) |
| @@ -41,6 +41,11 @@ |
| // implementation classes. |
| namespace webkit_support { |
| +// - Timers |
| + |
| +// Keep this value in sync with that in webkit_glue.h! |
| +const double ForegroundTabTimerInterval = 0.004; |
|
darin (slow to review)
2011/02/17 06:42:32
maybe it would be better to make this a function c
Ken Russell (switch to Gerrit)
2011/02/18 01:05:54
Changed to "double GetForegroundTabTimerInterval()
|
| + |
| // Initializes or terminates a test environment. |
| // |unit_test_mode| should be set to true when running in a TestSuite, in which |
| // case no AtExitManager is created and ICU is not initialized (as it is already |