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

Unified Diff: chrome/browser/android/offline_pages/background_loader_offliner.cc

Issue 2825823003: Fix for BackgroundLoaderOffliner::OnlySavesOnceOnMultipleLoads flake? (Closed)
Patch Set: Created 3 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
« 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/android/offline_pages/background_loader_offliner.cc
diff --git a/chrome/browser/android/offline_pages/background_loader_offliner.cc b/chrome/browser/android/offline_pages/background_loader_offliner.cc
index 60f8c50e8eb6e661da69c3660ac1af31d9ff11b2..3ff7ad6e177676c6b2319a9e80513ae8ad16b41f 100644
--- a/chrome/browser/android/offline_pages/background_loader_offliner.cc
+++ b/chrome/browser/android/offline_pages/background_loader_offliner.cc
@@ -78,6 +78,8 @@ BackgroundLoaderOffliner::BackgroundLoaderOffliner(
page_load_state_(SUCCESS),
page_delay_ms_(kOfflinePageDelayMs),
network_bytes_(0LL),
+ is_low_bar_met_(false),
+ did_snapshot_on_last_retry_(false),
weak_ptr_factory_(this) {
DCHECK(offline_page_model_);
DCHECK(browser_context_);
« 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