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

Unified Diff: content/browser/message_port_service.h

Issue 831523004: Enable posting a message from JS to Android webview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix component builds Created 5 years, 11 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: content/browser/message_port_service.h
diff --git a/content/browser/message_port_service.h b/content/browser/message_port_service.h
index 623b26b0faa524ed56ae72b9b5691dc49c63618c..5623e94cf07138084b286658c4ef8e0f2e4a5230 100644
--- a/content/browser/message_port_service.h
+++ b/content/browser/message_port_service.h
@@ -12,12 +12,13 @@
#include "base/basictypes.h"
#include "base/memory/singleton.h"
#include "base/strings/string16.h"
+#include "content/common/content_export.h"
#include "ipc/ipc_message.h"
namespace content {
class MessagePortDelegate;
-class MessagePortService {
+class CONTENT_EXPORT MessagePortService {
public:
typedef std::vector<std::pair<base::string16, std::vector<int> > >
QueuedMessages;

Powered by Google App Engine
This is Rietveld 408576698