| Index: chrome/browser/flag_descriptions.h
|
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
|
| index e144fb05628d1c8247725c3b61563f5730b8882e..36d5224450eba5178eb2fd4bf865b8fd855188ff 100644
|
| --- a/chrome/browser/flag_descriptions.h
|
| +++ b/chrome/browser/flag_descriptions.h
|
| @@ -1355,6 +1355,12 @@ extern const char kEnableDataReductionProxySiteBreakdownName[];
|
| // Saver settings page.
|
| extern const char kEnableDataReductionProxySiteBreakdownDescription[];
|
|
|
| +// An about:flags experiment title to enable offline page previews.
|
| +extern const char kEnableOfflinePreviewsName[];
|
| +
|
| +// Describes an about:flags experiment to enable offline page previews.
|
| +extern const char kEnableOfflinePreviewsDescription[];
|
| +
|
| #endif // defined(OS_ANDROID)
|
|
|
| // Name of about:flags option for LCD text.
|
|
|