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

Unified Diff: components/domain_reliability/config_unittest.cc

Issue 267633002: Domain Reliability: Don't send proxy address, other fixes (Closed) Base URL: http://git.chromium.org/chromium/src.git@domrel_security
Patch Set: Add a few more test cases Created 6 years, 8 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: components/domain_reliability/config_unittest.cc
diff --git a/components/domain_reliability/config_unittest.cc b/components/domain_reliability/config_unittest.cc
index 99b1515d4b0b337178a8026745554529300672bb..39f90cf167a6e6013919e43ef0c780c1f0acdc20 100644
--- a/components/domain_reliability/config_unittest.cc
+++ b/components/domain_reliability/config_unittest.cc
@@ -80,8 +80,6 @@ int GetIndex(DomainReliabilityConfig* config, const char* url_string) {
return config->GetResourceIndexForUrl(GURL(url_string));
}
-} // namespace
-
class DomainReliabilityConfigTest : public testing::Test { };
TEST_F(DomainReliabilityConfigTest, IsValid) {
@@ -209,4 +207,5 @@ TEST_F(DomainReliabilityConfigTest, FromJSON) {
config->collectors[0]->upload_url);
}
+} // namespace
} // namespace domain_reliability
« no previous file with comments | « no previous file | components/domain_reliability/context_unittest.cc » ('j') | components/domain_reliability/monitor.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698