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

Unified Diff: webkit/glue/weburlloader_impl.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/webthread_impl.h ('k') | webkit/glue/weburlrequest_extradata_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/weburlloader_impl.h
diff --git a/webkit/glue/weburlloader_impl.h b/webkit/glue/weburlloader_impl.h
index 226c2d14cbe44dc87cdde71a739322e52fe799c5..2a06d8781cf11259c317929dba1d0f02e6db1dd3 100644
--- a/webkit/glue/weburlloader_impl.h
+++ b/webkit/glue/weburlloader_impl.h
@@ -7,6 +7,7 @@
#include "base/memory/ref_counted.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebURLLoader.h"
+#include "webkit/glue/webkit_glue_export.h"
namespace webkit_glue {
@@ -29,7 +30,7 @@ class WebURLLoaderImpl : public WebKit::WebURLLoader {
virtual void cancel();
virtual void setDefersLoading(bool value);
- void UpdateRoutingId(int new_routing_id);
+ WEBKIT_GLUE_EXPORT void UpdateRoutingId(int new_routing_id);
private:
class Context;
« no previous file with comments | « webkit/glue/webthread_impl.h ('k') | webkit/glue/weburlrequest_extradata_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698