| Index: components/offline_pages/core/offline_page_feature.h
|
| diff --git a/components/offline_pages/core/offline_page_feature.h b/components/offline_pages/core/offline_page_feature.h
|
| index 3210afb696e4eddf63f9d3ca31b185248eb4d493..fdd42e6ed8c7b5827278fddc735cb604f998cbc8 100644
|
| --- a/components/offline_pages/core/offline_page_feature.h
|
| +++ b/components/offline_pages/core/offline_page_feature.h
|
| @@ -45,6 +45,10 @@ bool IsOfflinePagesAsyncDownloadEnabled();
|
| // to offline pages.
|
| bool ShouldUseNewBackgroundLoader();
|
|
|
| +// Returns true if a command line for test has been set that shortens the
|
| +// snapshot delay.
|
| +bool ShouldUseTestingSnapshotDelay();
|
| +
|
| } // namespace offline_pages
|
|
|
| #endif // COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGE_FEATURE_H_
|
|
|