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

Unified Diff: chrome/browser/page_load_metrics/page_load_metrics_browsertest.cc

Issue 2723623004: Get PageLoadMetricsBrowserTest passing under msan (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/page_load_metrics/page_load_metrics_browsertest.cc
diff --git a/chrome/browser/page_load_metrics/page_load_metrics_browsertest.cc b/chrome/browser/page_load_metrics/page_load_metrics_browsertest.cc
index bd43931446f71d19bd76b7e1b020774e849e76cb..bcaa73dabc9e9e0c7d658ae50cc5226235aab77f 100644
--- a/chrome/browser/page_load_metrics/page_load_metrics_browsertest.cc
+++ b/chrome/browser/page_load_metrics/page_load_metrics_browsertest.cc
@@ -146,7 +146,7 @@ class TimingUpdatedObserver : public content::BrowserMessageFilter {
~TimingUpdatedObserver() override {}
std::unique_ptr<base::RunLoop> run_loop_;
- int matching_fields_; // A bitvector composed from ExpectedTimingFields.
+ int matching_fields_ = 0; // A bitvector composed from ExpectedTimingFields.
bool matched_timing_update_ = false;
int match_document_write_block_reload_ = 0;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698