| Index: components/offline_pages/offline_page_test_store.h
|
| diff --git a/components/offline_pages/offline_page_test_store.h b/components/offline_pages/offline_page_test_store.h
|
| index e6e61bb858df4ff143c9fc088cf25259678bb4b4..42947eb62151232d3da25fec5d19611a0860350d 100644
|
| --- a/components/offline_pages/offline_page_test_store.h
|
| +++ b/components/offline_pages/offline_page_test_store.h
|
| @@ -49,6 +49,9 @@ class OfflinePageTestStore : public OfflinePageMetadataStore {
|
| // Returns all pages, regardless their states.
|
| std::vector<OfflinePageItem> GetAllPages() const;
|
|
|
| + // Clear all pages in the store.
|
| + void ClearAllPages();
|
| +
|
| const OfflinePageItem& last_saved_page() const { return last_saved_page_; }
|
|
|
| void set_test_scenario(TestScenario scenario) { scenario_ = scenario; };
|
|
|