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

Unified Diff: content/browser/download/download_state_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/download/download_state_info.h
diff --git a/content/browser/download/download_state_info.h b/content/browser/download/download_state_info.h
index 7392e634511c079f00ec6bca413898e0d15f95a3..85367ca3251267102094198b77b7d333d6a3ac73 100644
--- a/content/browser/download/download_state_info.h
+++ b/content/browser/download/download_state_info.h
@@ -7,6 +7,7 @@
#pragma once
#include "base/file_path.h"
+#include "content/common/content_export.h"
#include "content/common/page_transition_types.h"
// Contains information relating to the process of determining what to do with
@@ -25,7 +26,7 @@ struct DownloadStateInfo {
bool dangerous_url);
// Indicates if the download is dangerous.
- bool IsDangerous() const;
+ CONTENT_EXPORT bool IsDangerous() const;
// The original name for a dangerous download, specified by the request.
FilePath target_name;

Powered by Google App Engine
This is Rietveld 408576698