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

Unified Diff: chrome/browser/extensions/message_handler.h

Issue 15841013: Make miscellaneous_bindings and event_bindings Required as needed. Previously (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/browser/extensions/event_router.cc ('k') | chrome/browser/extensions/message_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/message_handler.h
diff --git a/chrome/browser/extensions/message_handler.h b/chrome/browser/extensions/message_handler.h
index 140105d22f6e3d6b893a8ebe0f9fd26bdcb72c69..71426825922c7a25af27ae466ee2688781e0bb55 100644
--- a/chrome/browser/extensions/message_handler.h
+++ b/chrome/browser/extensions/message_handler.h
@@ -9,6 +9,10 @@
#include "content/public/browser/render_view_host_observer.h"
+namespace base {
+class ListValue;
+}
+
namespace extensions {
// Filters and dispatches extension-related IPC messages that arrive from
@@ -33,7 +37,7 @@ class MessageHandler : public content::RenderViewHostObserver {
private:
// Message handlers.
- void OnPostMessage(int port_id, const std::string& message);
+ void OnPostMessage(int port_id, const base::ListValue& message);
DISALLOW_COPY_AND_ASSIGN(MessageHandler);
};
« no previous file with comments | « chrome/browser/extensions/event_router.cc ('k') | chrome/browser/extensions/message_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698