Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(623)

Unified Diff: webkit/glue/webkitplatformsupport_impl.h

Issue 8907009: Revert 114157 - Track webcore worker message loops in chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/webkit_glue.gypi ('k') | webkit/glue/webkitplatformsupport_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkitplatformsupport_impl.h
===================================================================
--- webkit/glue/webkitplatformsupport_impl.h (revision 114164)
+++ webkit/glue/webkitplatformsupport_impl.h (working copy)
@@ -124,11 +124,6 @@
void SuspendSharedTimer();
void ResumeSharedTimer();
- virtual void didStartWorkerRunLoop(
- const WebKit::WebWorkerRunLoop& runLoop) OVERRIDE;
- virtual void didStopWorkerRunLoop(
- const WebKit::WebWorkerRunLoop& runLoop) OVERRIDE;
-
private:
void DoTimeout() {
if (shared_timer_func_ && !shared_timer_suspended_)
« no previous file with comments | « webkit/glue/webkit_glue.gypi ('k') | webkit/glue/webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698