Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Unified Diff: chrome/browser/android/offline_pages/offline_page_utils.h

Issue 2223253003: Remove OfflinePageUtils::GetOfflineURLForOnlineURL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/android/offline_pages/offline_page_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | chrome/browser/android/offline_pages/offline_page_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698