Chromium Code Reviews| Index: webkit/support/webkit_support.h |
| =================================================================== |
| --- webkit/support/webkit_support.h (revision 75329) |
| +++ webkit/support/webkit_support.h (working copy) |
| @@ -182,6 +182,10 @@ |
| VKEY_F1 = ui::VKEY_F1, |
| }; |
| +// - Timers |
| + |
| +double GetForegroundTabTimerInterval(); |
| + |
| } // namespace webkit_support |
| #endif // WEBKIT_SUPPORT_WEBIT_CLIENT_IMPL_H_ |