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

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: RenderProcessHostImpl::GetNextRoutingIDForProcess 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
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..a115ff44451ac14e9f0b64365977198dd84a1572 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -220,6 +220,10 @@ class CONTENT_EXPORT RenderProcessHostImpl
static void RegisterRendererMainThreadFactory(
RendererMainThreadFactoryFunction create);
+ // Gets the next available routing id of the proccess.
+ // Returns MSG_ROUTING_NONE if failed.
+ static int GetNextRoutingIDForProcess(int render_process_id);
kinuko 2014/04/28 04:31:29 Per comment in RenderWidgetHelper::FromProcessHost
horo 2014/04/28 04:51:23 Done.
+
#if defined(OS_ANDROID)
const scoped_refptr<BrowserDemuxerAndroid>& browser_demuxer_android() {
return browser_demuxer_android_;

Powered by Google App Engine
This is Rietveld 408576698