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

Unified Diff: webkit/glue/npruntime_util.h

Issue 8741006: Add exports needed for glue to build as a component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to r112585 Created 9 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 | « webkit/glue/multipart_response_delegate.h ('k') | webkit/glue/p2p_transport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/npruntime_util.h
diff --git a/webkit/glue/npruntime_util.h b/webkit/glue/npruntime_util.h
index 113524652573dd36279a3e1bbeb7f83849b80d2d..9b14c41afdfac59c2111f2eaea11fa8c1907fdeb 100644
--- a/webkit/glue/npruntime_util.h
+++ b/webkit/glue/npruntime_util.h
@@ -6,15 +6,18 @@
#define WEBKIT_GLUE_NPRUNTIME_UTIL_H_
#include "third_party/npapi/bindings/npruntime.h"
+#include "webkit/glue/webkit_glue_export.h"
class Pickle;
namespace webkit_glue {
// Efficiently serialize/deserialize a NPIdentifier
-bool SerializeNPIdentifier(NPIdentifier identifier, Pickle* pickle);
-bool DeserializeNPIdentifier(const Pickle& pickle, void** pickle_iter,
- NPIdentifier* identifier);
+WEBKIT_GLUE_EXPORT bool SerializeNPIdentifier(NPIdentifier identifier,
+ Pickle* pickle);
+WEBKIT_GLUE_EXPORT bool DeserializeNPIdentifier(const Pickle& pickle,
+ void** pickle_iter,
+ NPIdentifier* identifier);
} // namespace webkit_glue
« no previous file with comments | « webkit/glue/multipart_response_delegate.h ('k') | webkit/glue/p2p_transport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698