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

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

Issue 2528483003: [Android Downloads] Long-press menu item "Download Link" should delegate job to OfflinePages backen… (Closed)
Patch Set: removed unnecessary #include Created 4 years, 1 month 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 5671cff95cb6471f120b589ad952815710ca2b4e..31931d686f37cee74963c5b9f325809c3089f678 100644
--- a/chrome/browser/android/offline_pages/offline_page_utils.h
+++ b/chrome/browser/android/offline_pages/offline_page_utils.h
@@ -67,6 +67,10 @@ class OfflinePageUtils {
const base::Callback<void(bool)>& callback);
static bool EqualsIgnoringFragment(const GURL& lhs, const GURL& rhs);
+
+ static void CreateOfflinePageDownload(
+ content::BrowserContext* context,
+ const GURL& url);
};
} // namespace offline_pages

Powered by Google App Engine
This is Rietveld 408576698