From 91eeff80d24dcd70ec85c04ad13867c41c51540e Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Wed, 9 Oct 2013 13:00:50 +0000 Subject: Revert 227722 "Introduce a new attribute to externally_connectable," > Introduce a new attribute to externally_connectable, > accepts_tls_channel_id. When sites are allowed to connect to an > extension, and specify include_tls_channel_id in their > chrome.runtime.connect or chrome.runtime.sendMessage options, > and the extension sets the accepts_tls_channel_id attribute, > automatically annotate the TLS channel ID as an attribute of the > MessageSender given to the onConnectExternal handler. > > BUG=259097 > > Review URL: https://codereview.chromium.org/23002007 TBR=juanlang@google.com Review URL: https://codereview.chromium.org/26686002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227723 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/renderer/chrome_mock_render_thread.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome/renderer/chrome_mock_render_thread.cc') diff --git a/chrome/renderer/chrome_mock_render_thread.cc b/chrome/renderer/chrome_mock_render_thread.cc index 94e2c10..c92cb39 100644 --- a/chrome/renderer/chrome_mock_render_thread.cc +++ b/chrome/renderer/chrome_mock_render_thread.cc @@ -78,7 +78,6 @@ void ChromeMockRenderThread::OnOpenChannelToExtension( int routing_id, const ExtensionMsg_ExternalConnectionInfo& info, const std::string& channel_name, - bool include_tls_channel_id, int* port_id) { *port_id = 0; } -- cgit v1.1