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

Unified Diff: net/url_request/fraudulent_certificate_reporter.h

Issue 8342019: Don't need to export an abstract interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Remove net_export.h. Created 9 years, 2 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
« no previous file with comments | « net/net.gyp ('k') | net/url_request/fraudulent_certificate_reporter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/fraudulent_certificate_reporter.h
===================================================================
--- net/url_request/fraudulent_certificate_reporter.h (revision 106094)
+++ net/url_request/fraudulent_certificate_reporter.h (working copy)
@@ -7,8 +7,6 @@
#include <string>
-#include "net/base/net_export.h"
-
namespace net {
class SSLInfo;
@@ -16,9 +14,9 @@
// FraudulentCertificateReporter is an interface for asynchronously
// reporting certificate chains that fail the certificate pinning
// check.
-class NET_EXPORT FraudulentCertificateReporter {
+class FraudulentCertificateReporter {
public:
- virtual ~FraudulentCertificateReporter();
+ virtual ~FraudulentCertificateReporter() {}
// Sends a report to the report collection server containing the |ssl_info|
// associated with a connection to |hostname|. If |sni_available| is true,
« no previous file with comments | « net/net.gyp ('k') | net/url_request/fraudulent_certificate_reporter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698