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

Unified Diff: content/shell/browser/layout_test/layout_test_content_browser_client.cc

Issue 2592793002: Revert of Change how the quota system computes the total poolsize for temporary storage (Closed)
Patch Set: Created 4 years 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.cc
diff --git a/content/shell/browser/layout_test/layout_test_content_browser_client.cc b/content/shell/browser/layout_test/layout_test_content_browser_client.cc
index f913fdbf38e2858cfb52a902fcf44fc55e6ecbe8..3b25ecdfb4454d3c340439efcc88621c22bcd668 100644
--- a/content/shell/browser/layout_test/layout_test_content_browser_client.cc
+++ b/content/shell/browser/layout_test/layout_test_content_browser_client.cc
@@ -128,13 +128,6 @@ BrowserMainParts* LayoutTestContentBrowserClient::CreateBrowserMainParts(
return shell_browser_main_parts();
}
-void LayoutTestContentBrowserClient::GetQuotaSettings(
- BrowserContext* context,
- StoragePartition* partition,
- const storage::OptionalQuotaSettingsCallback& callback) {
- callback.Run(storage::GetHardCodedSettings(5 * 1024 * 1024));
-}
-
PlatformNotificationService*
LayoutTestContentBrowserClient::GetPlatformNotificationService() {
return layout_test_notification_manager_.get();

Powered by Google App Engine
This is Rietveld 408576698