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

Unified Diff: chrome/browser/safe_browsing/client_side_detection_host.cc

Issue 425653002: content: ResourceType cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 years, 5 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: chrome/browser/safe_browsing/client_side_detection_host.cc
diff --git a/chrome/browser/safe_browsing/client_side_detection_host.cc b/chrome/browser/safe_browsing/client_side_detection_host.cc
index d81b3929ff9070b90c567e64feb0d2f56e70b2a5..89a4196e01e081ae4a2047313cf0a60c78d2ea2d 100644
--- a/chrome/browser/safe_browsing/client_side_detection_host.cc
+++ b/chrome/browser/safe_browsing/client_side_detection_host.cc
@@ -678,12 +678,11 @@ void ClientSideDetectionHost::MalwareFeatureExtractionDone(
}
}
-void ClientSideDetectionHost::UpdateIPUrlMap(
- const std::string& ip,
- const std::string& url,
- const std::string& method,
- const std::string& referrer,
- const ResourceType::Type resource_type) {
+void ClientSideDetectionHost::UpdateIPUrlMap(const std::string& ip,
+ const std::string& url,
+ const std::string& method,
+ const std::string& referrer,
+ const ResourceType resource_type) {
if (ip.empty() || url.empty())
return;

Powered by Google App Engine
This is Rietveld 408576698