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

Unified Diff: chrome/renderer/extensions/miscellaneous_bindings.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
Index: chrome/renderer/extensions/miscellaneous_bindings.h
diff --git a/chrome/renderer/extensions/miscellaneous_bindings.h b/chrome/renderer/extensions/miscellaneous_bindings.h
index 912d32deded60c7b2464e7adc28e68e458c9ed22..33bb15ee37d1690c229bb860eca5b69a70d64427 100644
--- a/chrome/renderer/extensions/miscellaneous_bindings.h
+++ b/chrome/renderer/extensions/miscellaneous_bindings.h
@@ -9,6 +9,9 @@
#include "chrome/renderer/extensions/chrome_v8_context_set.h"
+namespace base {
+class DictionaryValue;
+}
namespace content {
class RenderView;
@@ -40,9 +43,10 @@ class MiscellaneousBindings {
const ChromeV8ContextSet::ContextSet& contexts,
int target_port_id,
const std::string& channel_name,
- const std::string& tab_json,
+ const base::DictionaryValue& source_tab,
const std::string& source_extension_id,
const std::string& target_extension_id,
+ const GURL& source_url,
content::RenderView* restrict_to_render_view);
// Delivers a message sent using content script messaging to some of the
« no previous file with comments | « chrome/renderer/extensions/extension_helper.cc ('k') | chrome/renderer/extensions/miscellaneous_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698