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

Unified Diff: chrome/renderer/mock_render_thread.cc

Issue 262016: Implement chrome.extension.connectExternal and fix various API inconsistencies. (Closed)
Patch Set: addressed comments Created 11 years, 2 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 | « chrome/renderer/mock_render_thread.h ('k') | chrome/renderer/resources/event_bindings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/mock_render_thread.cc
diff --git a/chrome/renderer/mock_render_thread.cc b/chrome/renderer/mock_render_thread.cc
index e99c6182b7faad3be8e24a4f80ea4cd0e8b530bc..6445dceb7350b1f19f3386faae67f53d8add683d 100644
--- a/chrome/renderer/mock_render_thread.cc
+++ b/chrome/renderer/mock_render_thread.cc
@@ -97,7 +97,8 @@ void MockRenderThread::OnMsgCreateWidget(int opener_id,
}
void MockRenderThread::OnMsgOpenChannelToExtension(
- int routing_id, const std::string& extension_id,
+ int routing_id, const std::string& source_extension_id,
+ const std::string& target_extension_id,
const std::string& channel_name, int* port_id) {
*port_id = 0;
}
« no previous file with comments | « chrome/renderer/mock_render_thread.h ('k') | chrome/renderer/resources/event_bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698