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

Unified Diff: chromecast/browser/cast_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: chromecast/browser/cast_content_browser_client.h
diff --git a/chromecast/browser/cast_content_browser_client.h b/chromecast/browser/cast_content_browser_client.h
index a2a98e9b2e525353ab9ff79786f7b807e771783c..ca7bf7d38a36c1b35c76eefa6cd4a7ae177357b3 100644
--- a/chromecast/browser/cast_content_browser_client.h
+++ b/chromecast/browser/cast_content_browser_client.h
@@ -173,6 +173,12 @@ class CastContentBrowserClient : public content::ContentBrowserClient {
std::vector<std::string>* additional_schemes) override;
content::DevToolsManagerDelegate* GetDevToolsManagerDelegate() override;
+ // TODO
+ // void GetTemporaryStorageConfiguration(
+ // content::BrowserContext* context,
+ // const base::FilePath& partition_path, bool is_incognito,
+ // const storage::TemporaryStorageConfigurationCallback& callback)override;
+
protected:
CastContentBrowserClient();

Powered by Google App Engine
This is Rietveld 408576698