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

Unified Diff: content/browser/renderer_host/resource_dispatcher_host_request_info.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: fix exports for switches, content_main Created 9 years, 4 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/renderer_host/resource_dispatcher_host_request_info.h
diff --git a/content/browser/renderer_host/resource_dispatcher_host_request_info.h b/content/browser/renderer_host/resource_dispatcher_host_request_info.h
index 0867c6c90e7267ba3c6e8b4c4d9ef0d10931094d..eacd23ba9ceba0bc4e58e4663b01bf93a549d05d 100644
--- a/content/browser/renderer_host/resource_dispatcher_host_request_info.h
+++ b/content/browser/renderer_host/resource_dispatcher_host_request_info.h
@@ -10,6 +10,7 @@
#include "base/basictypes.h"
#include "base/time.h"
+#include "content/common/content_export.h"
#include "content/common/child_process_info.h"
darin (slow to review) 2011/09/04 15:41:04 nit: "child" before "content"
Dirk Pranke 2011/09/07 01:46:07 Done.
#include "content/common/page_transition_types.h"
#include "net/base/load_states.h"
@@ -71,7 +72,8 @@ class ResourceDispatcherHostRequestInfo : public net::URLRequest::UserData {
ResourceDispatcherHostLoginDelegate* login_delegate() const {
return login_delegate_.get();
}
- void set_login_delegate(ResourceDispatcherHostLoginDelegate* ld);
+ CONTENT_EXPORT void set_login_delegate(
+ ResourceDispatcherHostLoginDelegate* ld);
// Pointer to the SSL auth, or NULL if there is none for this request.
SSLClientAuthHandler* ssl_client_auth_handler() const {

Powered by Google App Engine
This is Rietveld 408576698