summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/chrome_mock_render_thread.cc
diff options
context:
space:
mode:
authorrobertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-09 13:00:50 +0000
committerrobertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-09 13:00:50 +0000
commit91eeff80d24dcd70ec85c04ad13867c41c51540e (patch)
treeae2d748d6397d882b38becd9f40c2956deef30b6 /chrome/renderer/chrome_mock_render_thread.cc
parent8ea8cd2f377a2cee31f15e85432a454a27fa0af2 (diff)
downloadchromium_src-91eeff80d24dcd70ec85c04ad13867c41c51540e.zip
chromium_src-91eeff80d24dcd70ec85c04ad13867c41c51540e.tar.gz
chromium_src-91eeff80d24dcd70ec85c04ad13867c41c51540e.tar.bz2
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
Diffstat (limited to 'chrome/renderer/chrome_mock_render_thread.cc')
-rw-r--r--chrome/renderer/chrome_mock_render_thread.cc1
1 files changed, 0 insertions, 1 deletions
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;
}