| Index: components/offline_pages/offline_page_switches.h
|
| diff --git a/components/offline_pages/offline_page_switches.h b/components/offline_pages/offline_page_switches.h
|
| index 46e75c03b635c57d881c8b30f8447cc15fe940a4..3f7fd98f585227176144220a3b25f0d438afbf04 100644
|
| --- a/components/offline_pages/offline_page_switches.h
|
| +++ b/components/offline_pages/offline_page_switches.h
|
| @@ -12,6 +12,9 @@ extern const char kDisableOfflinePages[];
|
| extern const char kEnableOfflinePagesAsBookmarks[];
|
| extern const char kEnableOfflinePagesAsSavedPages[];
|
|
|
| +extern const char kDisableOffliningRecentPages[];
|
| +extern const char kEnableOffliningRecentPages[];
|
| +
|
| } // namespace switches
|
|
|
| #endif // COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGES_SWITCHES_H_
|
|
|