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

Unified Diff: content/renderer/render_thread_impl.h

Issue 251723002: Introduce EmbeddedWorkerDevToolsAgent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add virtual and OVVERRIDE Created 6 years, 8 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/devtools/devtools_agent_filter.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index 65883c773befd420d5061f6969339921291f429f..fccaa70b3323c765657c4548fe72c9963a0936c2 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -373,8 +373,8 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread,
void WidgetHidden();
void WidgetRestored();
- void AddSharedWorkerRoute(int32 routing_id, IPC::Listener* listener);
- void RemoveSharedWorkerRoute(int32 routing_id);
+ void AddEmbeddedWorkerRoute(int32 routing_id, IPC::Listener* listener);
+ void RemoveEmbeddedWorkerRoute(int32 routing_id);
private:
// ChildThread
« no previous file with comments | « content/renderer/devtools/devtools_agent_filter.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698