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

Unified Diff: chrome/browser/safe_browsing/client_side_detection_service.h

Issue 5841002: Finish deinlining virtual methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert parts of the balloon modifications Created 10 years 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: chrome/browser/safe_browsing/client_side_detection_service.h
diff --git a/chrome/browser/safe_browsing/client_side_detection_service.h b/chrome/browser/safe_browsing/client_side_detection_service.h
index 9f1ca39e742d366fdfc50cd02612a892c084cdf1..41c87f6ef107b1283d99287208fbdcc05538aca0 100644
--- a/chrome/browser/safe_browsing/client_side_detection_service.h
+++ b/chrome/browser/safe_browsing/client_side_detection_service.h
@@ -97,11 +97,6 @@ class ClientSideDetectionService : public URLFetcher::Delegate {
ERROR_STATUS,
};
- struct ClientReportInfo {
- scoped_ptr<ClientReportPhishingRequestCallback> callback;
- GURL phishing_url;
- };
-
static const char kClientReportPhishingUrl[];
static const char kClientModelUrl[];
@@ -177,6 +172,7 @@ class ClientSideDetectionService : public URLFetcher::Delegate {
// Map of client report phishing request to the corresponding callback that
// has to be invoked when the request is done.
+ struct ClientReportInfo;
std::map<const URLFetcher*, ClientReportInfo*> client_phishing_reports_;
// Used to asynchronously call the callbacks for GetModelFile and

Powered by Google App Engine
This is Rietveld 408576698