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

Unified Diff: ui/views_content_client/views_content_browser_client.h

Issue 1782053004: Change how the quota system computes the total poolsize for temporary storage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: ui/views_content_client/views_content_browser_client.h
diff --git a/ui/views_content_client/views_content_browser_client.h b/ui/views_content_client/views_content_browser_client.h
index 408fb8afdbd254f8f0da12456e946afb8b3b8d14..e36efe5b631baf945ac54b2329165a20e96cac33 100644
--- a/ui/views_content_client/views_content_browser_client.h
+++ b/ui/views_content_client/views_content_browser_client.h
@@ -23,6 +23,12 @@ class ViewsContentBrowserClient : public content::ContentBrowserClient {
content::BrowserMainParts* CreateBrowserMainParts(
const content::MainFunctionParams& parameters) override;
+ // TODO
+ // void GetTemporaryStorageConfiguration(
+ // content::BrowserContext* context,
+ // const base::FilePath& partition_path, bool is_incognito,
+ // const storage::TemporaryStorageConfigurationCallback& callback)override;
+
private:
ViewsContentClientMainParts* views_content_main_parts_;
ViewsContentClient* views_content_client_;
« content/browser/quota/quota_manager_unittest.cc ('K') | « storage/browser/quota/usage_tracker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698