| Index: chrome/browser/file_system/browser_file_system_helper.cc
|
| ===================================================================
|
| --- chrome/browser/file_system/browser_file_system_helper.cc (revision 74905)
|
| +++ chrome/browser/file_system/browser_file_system_helper.cc (working copy)
|
| @@ -19,5 +19,6 @@
|
| CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kAllowFileAccessFromFiles),
|
| CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kUnlimitedQuotaForFiles));
|
| + switches::kUnlimitedQuotaForFiles),
|
| + true); // TODO(ericu): Don't check this in!
|
| }
|
|
|