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

Unified Diff: content/renderer/webworker_proxy.h

Issue 6990059: DevTools: devtools message plumbing between worker and page processes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed extra line Created 9 years, 7 months 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 | « content/renderer/webworker_base.cc ('k') | content/renderer/webworker_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/webworker_proxy.h
diff --git a/content/renderer/webworker_proxy.h b/content/renderer/webworker_proxy.h
index 80014aca74e38dacf2391fbcfe335946c1202827..fea3811fc2db9b44cf526703f049024c7828284a 100644
--- a/content/renderer/webworker_proxy.h
+++ b/content/renderer/webworker_proxy.h
@@ -42,6 +42,10 @@ class WebWorkerProxy : public WebKit::WebWorker, private WebWorkerBase {
virtual void workerObjectDestroyed();
virtual void clientDestroyed();
+ virtual void attachDevTools();
+ virtual void detachDevTools();
+ virtual void dispatchDevToolsMessage(const WebKit::WebString&);
+
// IPC::Channel::Listener implementation.
virtual bool OnMessageReceived(const IPC::Message& message);
« no previous file with comments | « content/renderer/webworker_base.cc ('k') | content/renderer/webworker_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698