| 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,
|
| };
|
|
|
|
|