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

Unified Diff: extensions/renderer/extension_helper.h

Issue 709933002: Add frameId to MessageSender (extension messaging API) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test: sender.tab.status = 'complete' Created 6 years, 1 month 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 | « extensions/renderer/dispatcher.cc ('k') | extensions/renderer/extension_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/extension_helper.h
diff --git a/extensions/renderer/extension_helper.h b/extensions/renderer/extension_helper.h
index 9a041425deefd62807bcef690341c789bd03c847..10945631552d888f211c6c24635efa9459ede3fc 100644
--- a/extensions/renderer/extension_helper.h
+++ b/extensions/renderer/extension_helper.h
@@ -15,10 +15,8 @@
class GURL;
class SkBitmap;
-struct ExtensionMsg_ExternalConnectionInfo;
namespace base {
-class DictionaryValue;
class ListValue;
}
@@ -26,8 +24,6 @@ namespace extensions {
class AutomationApiHelper;
class Dispatcher;
-struct Message;
-
// RenderView-level plumbing for extension features.
class ExtensionHelper
: public content::RenderViewObserver,
@@ -72,16 +68,6 @@ class ExtensionHelper
const std::string& function_name,
const base::ListValue& args,
bool user_gesture);
- void OnExtensionDispatchOnConnect(
- int target_port_id,
- const std::string& channel_name,
- const base::DictionaryValue& source_tab,
- const ExtensionMsg_ExternalConnectionInfo& info,
- const std::string& tls_channel_id);
- void OnExtensionDeliverMessage(int target_port_id,
- const Message& message);
- void OnExtensionDispatchOnDisconnect(int port_id,
- const std::string& error_message);
void OnNotifyRendererViewType(ViewType view_type);
void OnSetTabId(int tab_id);
void OnUpdateBrowserWindowId(int window_id);
« no previous file with comments | « extensions/renderer/dispatcher.cc ('k') | extensions/renderer/extension_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698