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

Unified Diff: blimp/engine/app/blimp_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, 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: blimp/engine/app/blimp_content_browser_client.h
diff --git a/blimp/engine/app/blimp_content_browser_client.h b/blimp/engine/app/blimp_content_browser_client.h
index a586f9d4700938c302898a96c315cf632164f3dd..01259d5a7b64d34e12ae48ead664eeb62820d8af 100644
--- a/blimp/engine/app/blimp_content_browser_client.h
+++ b/blimp/engine/app/blimp_content_browser_client.h
@@ -37,6 +37,11 @@ class BlimpContentBrowserClient : public content::ContentBrowserClient {
content::RenderProcessHost* render_process_host) override;
std::unique_ptr<base::Value> GetServiceManifestOverlay(
const std::string& name) override;
+ void GetQuotaSettings(
+ content::BrowserContext* context,
+ const base::FilePath& partition_path,
+ bool is_incognito,
+ const storage::OptionalQuotaSettingsCallback& callback) override;
BlimpBrowserContext* GetBrowserContext();

Powered by Google App Engine
This is Rietveld 408576698