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

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

Issue 2006013002: [Extensions] Determine NativeMessaging ID solely on the browser process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ;; Created 4 years, 7 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: 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 50b958e1d2bd8171ca7eff1ce2e23126be50120c..087740dde512d0aacb1652fad308a5a26cfacf54 100644
--- a/chrome/browser/renderer_host/chrome_extension_message_filter.h
+++ b/chrome/browser/renderer_host/chrome_extension_message_filter.h
@@ -65,12 +65,10 @@ class ChromeExtensionMessageFilter : public content::BrowserMessageFilter,
const std::string& channel_name,
bool include_tls_channel_id);
void OnOpenChannelToNativeApp(int routing_id,
- const std::string& source_extension_id,
const std::string& native_app_name,
int* port_id);
void OpenChannelToNativeAppOnUIThread(int source_routing_id,
int receiver_port_id,
- const std::string& source_extension_id,
const std::string& native_app_name);
void OnOpenChannelToTab(int routing_id,
const ExtensionMsg_TabTargetConnectionInfo& info,

Powered by Google App Engine
This is Rietveld 408576698