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

Unified Diff: content/browser/tab_contents/navigation_entry.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge Created 9 years, 3 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/tab_contents/navigation_entry.h
diff --git a/content/browser/tab_contents/navigation_entry.h b/content/browser/tab_contents/navigation_entry.h
index c86e75d224893084416bd4766566c43ea6e750a9..2ed55b877263e6302d59b0bc58145ed93d157115 100644
--- a/content/browser/tab_contents/navigation_entry.h
+++ b/content/browser/tab_contents/navigation_entry.h
@@ -10,6 +10,7 @@
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
+#include "content/common/content_export.h"
#include "content/common/page_transition_types.h"
#include "content/common/page_type.h"
#include "content/common/security_style.h"
@@ -28,7 +29,7 @@ class SiteInstance;
// URL which is used for our user interface.
//
////////////////////////////////////////////////////////////////////////////////
-class NavigationEntry {
+class CONTENT_EXPORT NavigationEntry {
public:
// SSL -----------------------------------------------------------------------
@@ -50,7 +51,7 @@ class NavigationEntry {
RAN_INSECURE_CONTENT = 1 << 1,
};
- SSLStatus();
+ CONTENT_EXPORT SSLStatus();
bool Equals(const SSLStatus& status) const {
return security_style_ == status.security_style_ &&

Powered by Google App Engine
This is Rietveld 408576698