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

Unified Diff: components/previews/core/previews_black_list.h

Issue 2760063002: Add support to previews/ for Server LoFi and LitePages (Closed)
Patch Set: comment fix Created 3 years, 7 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/previews/core/previews_black_list.h
diff --git a/components/previews/core/previews_black_list.h b/components/previews/core/previews_black_list.h
index 6abac75b2e7506984d6bddd1c111d0c98cf1c426..f45aa7770d0752a122e1eeec04b692b40c5b1d94 100644
--- a/components/previews/core/previews_black_list.h
+++ b/components/previews/core/previews_black_list.h
@@ -49,8 +49,8 @@ enum class PreviewsEligibilityReason {
NETWORK_QUALITY_UNAVAILABLE = 6,
// The network was fast enough to not warrant previews.
NETWORK_NOT_SLOW = 7,
- // If the page was reloaded, the user should not be shown an offline preview.
- RELOAD_DISALLOWED_FOR_OFFLINE = 8,
+ // If the page was reloaded, the user should not be shown a stale preview.
+ RELOAD_DISALLOWED = 8,
LAST = 9,
};

Powered by Google App Engine
This is Rietveld 408576698