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

Unified Diff: ios/chrome/browser/reading_list/offline_url_utils.h

Issue 2514333003: Componentize Reading List (Closed)
Patch Set: rebase 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
« no previous file with comments | « ios/chrome/browser/reading_list/BUILD.gn ('k') | ios/chrome/browser/reading_list/offline_url_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/reading_list/offline_url_utils.h
diff --git a/ios/chrome/browser/reading_list/offline_url_utils.h b/ios/chrome/browser/reading_list/offline_url_utils.h
index d10345bc5b931c07ae4b24ad8c6bcf0deea01272..f756fc884b40f35152f3739ccdccdc3d15c3bddb 100644
--- a/ios/chrome/browser/reading_list/offline_url_utils.h
+++ b/ios/chrome/browser/reading_list/offline_url_utils.h
@@ -12,35 +12,6 @@
namespace reading_list {
-// The absolute path of the directory where offline URLs are saved.
-// |profile_path| is the path to the profile directory that contain the offline
-// directory.
-base::FilePath OfflineRootDirectoryPath(const base::FilePath& profile_path);
-
-// The absolute path of the directory where a |url| is saved offline.
-// Contains the page and supporting files (images).
-// |profile_path| is the path to the profile directory that contain the offline
-// directory.
-// The directory may not exist.
-base::FilePath OfflineURLDirectoryAbsolutePath(
- const base::FilePath& profile_path,
- const GURL& url);
-
-// The absolute path of the offline webpage for the |url|. The file may not
-// exist.
-// |profile_path| is the path to the profile directory that contain the offline
-// directory.
-base::FilePath OfflinePageAbsolutePath(const base::FilePath& profile_path,
- const GURL& url);
-
-// The relative path to the offline webpage for the |url|. The result is
-// relative to |OfflineRootDirectoryPath()|.
-// The file may not exist.
-base::FilePath OfflinePagePath(const GURL& url);
-
-// The name of the directory containing offline data for |url|.
-std::string OfflineURLDirectoryID(const GURL& url);
-
// The distilled URL chrome://offline/... that will load the file at |path|.
GURL DistilledURLForPath(const base::FilePath& path);
« no previous file with comments | « ios/chrome/browser/reading_list/BUILD.gn ('k') | ios/chrome/browser/reading_list/offline_url_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698