Index: webkit/glue/webkitclient_impl.h |
=================================================================== |
--- webkit/glue/webkitclient_impl.h (revision 85645) |
+++ webkit/glue/webkitclient_impl.h (working copy) |
@@ -78,15 +78,12 @@ |
void SuspendSharedTimer(); |
void ResumeSharedTimer(); |
- // Hack for http://crbug.com/71735. |
- // TODO(jamesr): move this back to the private section once |
- // http://crbug.com/72007 is fixed. |
+ private: |
void DoTimeout() { |
if (shared_timer_func_ && !shared_timer_suspended_) |
shared_timer_func_(); |
} |
- private: |
MessageLoop* main_loop_; |
base::OneShotTimer<WebKitClientImpl> shared_timer_; |
void (*shared_timer_func_)(); |