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

Unified Diff: chrome/browser/renderer_host/chrome_extension_message_filter.h

Issue 2331263002: [Extensions] Finish making port creation asynchronous (Closed)
Patch Set: lazyboy's Created 4 years, 3 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 | chrome/browser/renderer_host/chrome_extension_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/chrome_extension_message_filter.h
diff --git a/chrome/browser/renderer_host/chrome_extension_message_filter.h b/chrome/browser/renderer_host/chrome_extension_message_filter.h
index 757cc0c9f5d2ecc0cc1c13c597fd69deba52ec62..0ad57f3de98c4c8e67a553b282f1213d16fe8518 100644
--- a/chrome/browser/renderer_host/chrome_extension_message_filter.h
+++ b/chrome/browser/renderer_host/chrome_extension_message_filter.h
@@ -67,7 +67,7 @@ class ChromeExtensionMessageFilter : public content::BrowserMessageFilter,
bool include_tls_channel_id);
void OnOpenChannelToNativeApp(int routing_id,
const std::string& native_app_name,
- int* port_id);
+ int request_id);
void OpenChannelToNativeAppOnUIThread(int source_routing_id,
int receiver_port_id,
const std::string& native_app_name);
@@ -75,7 +75,7 @@ class ChromeExtensionMessageFilter : public content::BrowserMessageFilter,
const ExtensionMsg_TabTargetConnectionInfo& info,
const std::string& extension_id,
const std::string& channel_name,
- int* port_id);
+ int request_id);
void OpenChannelToTabOnUIThread(
int source_process_id,
int source_routing_id,
« no previous file with comments | « no previous file | chrome/browser/renderer_host/chrome_extension_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698