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

Unified Diff: components/domain_reliability/uploader_unittest.cc

Issue 252613002: Domain Reliability: More security review. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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/uploader_unittest.cc
diff --git a/components/domain_reliability/uploader_unittest.cc b/components/domain_reliability/uploader_unittest.cc
index e9614a47e02da88ff47b66b2893dbf9fbb003598..895c5c0e87e8b6cb929ceeb71af48f6a2cb516d5 100644
--- a/components/domain_reliability/uploader_unittest.cc
+++ b/components/domain_reliability/uploader_unittest.cc
@@ -46,7 +46,9 @@ class DomainReliabilityUploaderTest : public testing::Test {
scoped_refptr<net::TestURLRequestContextGetter> url_request_context_getter_;
scoped_ptr<DomainReliabilityUploader> uploader_;
+ // Whether the upload callback was called for a particular collector index.
std::map<int, bool> upload_complete_;
+ // Whether the upload to a particular collector was successful.
std::map<int, bool> upload_successful_;
Ryan Sleevi 2014/04/26 02:37:39 size_t
Deprecated (see juliatuttle) 2014/04/28 22:01:13 Done.
};

Powered by Google App Engine
This is Rietveld 408576698