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

Unified Diff: chrome/renderer/chrome_mock_render_thread.h

Issue 14301016: Fix a couple of bugs relating to sending Tab info with chrome.runtime.connect and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add key to app1/manifest.json Created 7 years, 8 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/common/extensions/extension_messages.h ('k') | chrome/renderer/chrome_mock_render_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/chrome_mock_render_thread.h
diff --git a/chrome/renderer/chrome_mock_render_thread.h b/chrome/renderer/chrome_mock_render_thread.h
index c3b3c7a46220498c47ba843c227ec99b28701b47..49fe79f45474df1bc506860822ba79bfbc743088 100644
--- a/chrome/renderer/chrome_mock_render_thread.h
+++ b/chrome/renderer/chrome_mock_render_thread.h
@@ -15,6 +15,7 @@ class DictionaryValue;
}
class MockPrinter;
+struct ExtensionMsg_ExternalConnectionInfo;
struct PrintHostMsg_DidGetPreviewPageCount_Params;
struct PrintHostMsg_DidPreviewPage_Params;
struct PrintHostMsg_DidPrintPage_Params;
@@ -52,9 +53,8 @@ class ChromeMockRenderThread : public content::MockRenderThread {
// The callee expects to be returned a valid channel_id.
void OnOpenChannelToExtension(int routing_id,
- const std::string& extension_id,
- const std::string& source_extension_id,
- const std::string& target_extension_id,
+ const ExtensionMsg_ExternalConnectionInfo& info,
+ const std::string& channel_name,
int* port_id);
#if defined(OS_CHROMEOS)
« no previous file with comments | « chrome/common/extensions/extension_messages.h ('k') | chrome/renderer/chrome_mock_render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698