| 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 8442472e41de8b0a5910dbf633b5dda007757eae..11455ff2dc72407d4f5efc361127975f7982e138 100644
|
| --- a/chrome/browser/android/offline_pages/offline_page_utils.h
|
| +++ b/chrome/browser/android/offline_pages/offline_page_utils.h
|
| @@ -24,12 +24,6 @@ class OfflinePageUtils {
|
| // Returns true if |url| might point to an offline page.
|
| static bool MightBeOfflineURL(const GURL& url);
|
|
|
| - // Gets an offline URL of an offline page with |online_url| if one exists.
|
| - static void GetOfflineURLForOnlineURL(
|
| - content::BrowserContext* browser_context,
|
| - const GURL& online_url,
|
| - const base::Callback<void(const GURL&)>& callback);
|
| -
|
| // Gets an online URL of an offline page with |offline_url| if one exists.
|
| // Deprecated. Use |GetOnlineURLForOfflineURL|.
|
| static GURL MaybeGetOnlineURLForOfflineURL(
|
|
|