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

Unified Diff: chrome/browser/extensions/api/messaging/message_service.h

Issue 16174005: Implement externally_connectable! Web pages can now communicate directly with (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: absolute path... Created 7 years, 6 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/extensions/api/messaging/message_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/messaging/message_service.h
diff --git a/chrome/browser/extensions/api/messaging/message_service.h b/chrome/browser/extensions/api/messaging/message_service.h
index 2236b82d7b2a6c3fc08d1e159ca3c8b473bf3549..59ba6ffb0a9382d3e2431ce934ebb1328781099d 100644
--- a/chrome/browser/extensions/api/messaging/message_service.h
+++ b/chrome/browser/extensions/api/messaging/message_service.h
@@ -212,6 +212,12 @@ class MessageService : public ProfileKeyedAPI,
PostMessage(port_id, message.Pass());
}
+ // Immediate dispatches a disconnect to |source| for |port_id|. Sets source's
+ // runtime.lastMessage to |error_message|, if any.
+ void DispatchOnDisconnect(content::RenderProcessHost* source,
+ int port_id,
+ const std::string& error_message);
+
// ProfileKeyedAPI implementation.
static const char* service_name() {
return "MessageService";
« no previous file with comments | « no previous file | chrome/browser/extensions/api/messaging/message_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698