| Index: chrome/browser/android/offline_pages/offline_page_utils.h
|
| diff --git a/chrome/browser/android/offline_pages/offline_page_utils.h b/chrome/browser/android/offline_pages/offline_page_utils.h
|
| index 74b75cc8deea49db1e6a302857b9493a8c6681b7..281477f868aca740583419cdf32a59c4ff68dd96 100644
|
| --- a/chrome/browser/android/offline_pages/offline_page_utils.h
|
| +++ b/chrome/browser/android/offline_pages/offline_page_utils.h
|
| @@ -88,6 +88,11 @@ class OfflinePageUtils {
|
| const PagesExistCallback& callback);
|
|
|
| static bool EqualsIgnoringFragment(const GURL& lhs, const GURL& rhs);
|
| +
|
| + static void StartOfflinePageDownload(
|
| + content::BrowserContext* context,
|
| + const GURL& url);
|
| +
|
| };
|
|
|
| } // namespace offline_pages
|
|
|