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

Unified Diff: content/shell/browser/layout_test/layout_test_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: big delta 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: content/shell/browser/layout_test/layout_test_content_browser_client.h
diff --git a/content/shell/browser/layout_test/layout_test_content_browser_client.h b/content/shell/browser/layout_test/layout_test_content_browser_client.h
index 54ac3c9fe1e7ca923b987a4763d201c5a0d11796..4c90211968c93307598d74f70988dc849966742a 100644
--- a/content/shell/browser/layout_test/layout_test_content_browser_client.h
+++ b/content/shell/browser/layout_test/layout_test_content_browser_client.h
@@ -37,6 +37,10 @@ class LayoutTestContentBrowserClient : public ShellContentBrowserClient {
int child_process_id) override;
BrowserMainParts* CreateBrowserMainParts(
const MainFunctionParams& parameters) override;
+ void GetTemporaryStorageConfiguration(
+ BrowserContext* context,
+ const base::FilePath& partition_path, bool is_incognito,
+ const storage::TemporaryStorageConfigurationCallback& callback) override;
PlatformNotificationService* GetPlatformNotificationService() override;

Powered by Google App Engine
This is Rietveld 408576698