Chromium Code Reviews| 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..7e76868360d1008d946a63e6bbdc10abb6fda53f 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 |
| @@ -132,7 +132,7 @@ void LayoutTestContentBrowserClient::GetQuotaSettings( |
| BrowserContext* context, |
| StoragePartition* partition, |
| const storage::OptionalQuotaSettingsCallback& callback) { |
| - callback.Run(storage::GetHardCodedSettings(5 * 1024 * 1024)); |
| + callback.Run(storage::GetHardCodedSettings(1024 * 1024 * 1024)); |
|
jsbell
2017/03/23 21:20:01
Might want to add a comment, e.g.
"1GB to allow p
pwnall
2017/03/23 22:08:27
Done.
This code appears to have been introduced i
|
| } |
| PlatformNotificationService* |