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

Unified Diff: content/browser/renderer_host/render_process_host_impl.h

Issue 252633003: Introduce worker_devtools_agent_route_id for EmbeddedWorker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporated kinuko's comment 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 | « no previous file | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_process_host_impl.h
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
index 4833f16c672b70dd2bb14a661ab62eb4a70a32cf..dd5e3674d9ed535c3f5967559ea5a74f1a1849ff 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -220,6 +220,11 @@ class CONTENT_EXPORT RenderProcessHostImpl
static void RegisterRendererMainThreadFactory(
RendererMainThreadFactoryFunction create);
+ // Gets the next available routing id of the proccess on IO thread.
kinuko 2014/04/28 07:09:52 Please explicitly note that this method needs to b
horo 2014/04/28 07:29:42 Done.
+ // Returns MSG_ROUTING_NONE if failed.
+ // If the caller is on UI thread it can directly call GetNextRoutingID.
+ static int GetNextRoutingIDForProcess(int render_process_id);
+
#if defined(OS_ANDROID)
const scoped_refptr<BrowserDemuxerAndroid>& browser_demuxer_android() {
return browser_demuxer_android_;
« no previous file with comments | « no previous file | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698