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

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

Issue 2414883005: TEMP DO NOT LAND (Closed)
Patch Set: temp Created 4 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
Index: chrome/browser/safe_browsing/safe_browsing_service.cc
diff --git a/chrome/browser/safe_browsing/safe_browsing_service.cc b/chrome/browser/safe_browsing/safe_browsing_service.cc
index 58ed6689ff6fe7399053218d390dd056a53591d0..34e2e559ac4b506d2620b6316abd8d284baddc1f 100644
--- a/chrome/browser/safe_browsing/safe_browsing_service.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_service.cc
@@ -216,6 +216,7 @@ SafeBrowsingURLRequestContextGetter::GetURLRequestContext() {
safe_browsing_request_context_->set_http_transaction_factory(
http_transaction_factory_.get());
}
+ safe_browsing_request_context_->set_name_string("safe_browsing");
}
return safe_browsing_request_context_.get();

Powered by Google App Engine
This is Rietveld 408576698