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

Unified Diff: content/browser/renderer_host/java/java_bridge_channel_host.h

Issue 8890018: Update Java Bridge to use its own thread in the browser process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove superfluous header 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
Index: content/browser/renderer_host/java/java_bridge_channel_host.h
diff --git a/content/browser/renderer_host/java/java_bridge_channel_host.h b/content/browser/renderer_host/java/java_bridge_channel_host.h
index f8948464b2ee7eaa5a78763738c5646f38d577f5..02075913f2a1d0e5bab629ac41f2682ed047ba88 100644
--- a/content/browser/renderer_host/java/java_bridge_channel_host.h
+++ b/content/browser/renderer_host/java/java_bridge_channel_host.h
@@ -15,8 +15,8 @@ class JavaBridgeChannelHost : public NPChannelBase {
base::MessageLoopProxy* ipc_message_loop);
// A threadsafe function to generate a unique route ID. Used by the
- // JavaBridgeDispatcherHost on the UI thread and this class on the WEBKIT
- // thread.
+ // JavaBridgeDispatcherHost on the UI thread and this class on the Java
+ // Bridge's background thread.
static int ThreadsafeGenerateRouteID();
// NPChannelBase implementation:

Powered by Google App Engine
This is Rietveld 408576698