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

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

Issue 10907225: Add API keys to SafeBrowsing client-side phishing and download verdict requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: chrome/browser/safe_browsing/client_side_detection_service_unittest.cc
diff --git a/chrome/browser/safe_browsing/client_side_detection_service_unittest.cc b/chrome/browser/safe_browsing/client_side_detection_service_unittest.cc
index 8e9b7308af1ee753d479902810fa83558509f0a0..e7e1dbdb2461291e89202fca0ea9eca035254684 100644
--- a/chrome/browser/safe_browsing/client_side_detection_service_unittest.cc
+++ b/chrome/browser/safe_browsing/client_side_detection_service_unittest.cc
@@ -101,7 +101,7 @@ class ClientSideDetectionServiceTest : public testing::Test {
void SetClientReportPhishingResponse(std::string response_data,
bool success) {
factory_->SetFakeResponse(
- ClientSideDetectionService::kClientReportPhishingUrl,
+ ClientSideDetectionService::GetClientReportPhishingUrl(),
response_data, success);
}

Powered by Google App Engine
This is Rietveld 408576698