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

Unified Diff: services/navigation/content_client/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: services/navigation/content_client/content_browser_client.h
diff --git a/services/navigation/content_client/content_browser_client.h b/services/navigation/content_client/content_browser_client.h
index 7198dd3b913bb9e8f042390d872509ed27cfb233..4ff5e6f43a747f904e84b716691343ded167e14f 100644
--- a/services/navigation/content_client/content_browser_client.h
+++ b/services/navigation/content_client/content_browser_client.h
@@ -26,6 +26,11 @@ class ContentBrowserClient : public content::ContentBrowserClient {
std::string GetServiceUserIdForBrowserContext(
content::BrowserContext* browser_context) override;
void RegisterInProcessServices(StaticServiceMap* services) override;
+ void GetQuotaSettings(
+ content::BrowserContext* context,
+ const base::FilePath& partition_path,
+ bool is_incognito,
+ const storage::OptionalQuotaSettingsCallback& callback) override;
private:
BrowserMainParts* browser_main_parts_ = nullptr;

Powered by Google App Engine
This is Rietveld 408576698