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

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

Issue 2059513002: Remove obsoleted function and add test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
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 6bccdc3d44497184a91878e4dda242b3f71029bd..fcfc420bf373e8f0f427872d30918618fa35cdc1 100644
--- a/chrome/browser/android/offline_pages/offline_page_utils.h
+++ b/chrome/browser/android/offline_pages/offline_page_utils.h
@@ -25,9 +25,6 @@ class OfflinePageUtils {
// Gets an offline URL of an offline page with |online_url| if one exists.
// Deprecated. Use |GetOfflineURLForOnlineURL|.
dewittj 2016/06/09 22:13:58 Please remove the deprecation line and the blank l
Vivian 2016/06/10 17:38:14 Done.
- static GURL MaybeGetOfflineURLForOnlineURL(
- content::BrowserContext* browser_context,
- const GURL& online_url);
static void GetOfflineURLForOnlineURL(
content::BrowserContext* browser_context,

Powered by Google App Engine
This is Rietveld 408576698