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

Unified Diff: chrome/browser/automation/extension_port_container.cc

Issue 174226: Extension ports devtools remote service.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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/debugger/debugger_wrapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/extension_port_container.cc
===================================================================
--- chrome/browser/automation/extension_port_container.cc (revision 23787)
+++ chrome/browser/automation/extension_port_container.cc (working copy)
@@ -65,11 +65,8 @@
const std::string& channel_name) {
DCHECK_EQ(MessageLoop::current()->type(), MessageLoop::TYPE_UI);
- port_id_ = service_->OpenAutomationChannelToExtension(process_id,
- routing_id,
- extension_id,
- channel_name,
- this);
+ port_id_ = service_->OpenSpecialChannelToExtension(
+ extension_id, channel_name, this);
if (port_id_ == -1) {
// In this case a disconnect message has been dispatched.
return false;
« no previous file with comments | « no previous file | chrome/browser/debugger/debugger_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698