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

Unified Diff: ash/shell/content/client/shell_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: ash/shell/content/client/shell_content_browser_client.h
diff --git a/ash/shell/content/client/shell_content_browser_client.h b/ash/shell/content/client/shell_content_browser_client.h
index 116c4b6260f9647dba4bb4ffab21181ec68f56b5..ec86edd2dd5cc8b6c169d5b19b06b20fea8072b6 100644
--- a/ash/shell/content/client/shell_content_browser_client.h
+++ b/ash/shell/content/client/shell_content_browser_client.h
@@ -31,6 +31,12 @@ class ShellContentBrowserClient : 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:
ShellBrowserMainParts* shell_browser_main_parts_;

Powered by Google App Engine
This is Rietveld 408576698