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

Unified Diff: storage/browser/fileapi/plugin_private_file_system_backend.h

Issue 2359393002: Adds media license nodes to cookie tree model and cookies view. (Closed)
Patch Set: rebase Created 4 years, 2 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 | « chrome/test/BUILD.gn ('k') | storage/browser/fileapi/plugin_private_file_system_backend.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/fileapi/plugin_private_file_system_backend.h
diff --git a/storage/browser/fileapi/plugin_private_file_system_backend.h b/storage/browser/fileapi/plugin_private_file_system_backend.h
index 95ffb647147ba762e3842fa65d18cb31127a9af4..89da39bf290b77b998dd1ab31874cd5c1551a8f1 100644
--- a/storage/browser/fileapi/plugin_private_file_system_backend.h
+++ b/storage/browser/fileapi/plugin_private_file_system_backend.h
@@ -118,6 +118,15 @@ class STORAGE_EXPORT PluginPrivateFileSystemBackend
const GURL& origin_url,
FileSystemType type) override;
+ // Get details on the files saved for the specified |origin_url|. Returns
+ // the total size and last modified time for the set of all files stored
+ // for the particular origin. |total_size| = 0 and |last_modified_time| =
+ // base::Time::UnixEpoch() if no files found.
+ void GetOriginDetailsOnFileTaskRunner(FileSystemContext* context,
+ const GURL& origin_url,
+ int64_t* total_size,
+ base::Time* last_modified_time);
+
private:
friend class content::PluginPrivateFileSystemBackendTest;
« no previous file with comments | « chrome/test/BUILD.gn ('k') | storage/browser/fileapi/plugin_private_file_system_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698