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

Unified Diff: chrome/browser/diagnostics/recon_diagnostics.cc

Issue 2934019: Upping the diagnostic mode limits for file size... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/diagnostics/recon_diagnostics.cc
===================================================================
--- chrome/browser/diagnostics/recon_diagnostics.cc (revision 52241)
+++ chrome/browser/diagnostics/recon_diagnostics.cc (working copy)
@@ -155,9 +155,9 @@
const TestPathInfo kPathsToTest[] = {
{"User data Directory", chrome::DIR_USER_DATA,
- true, false, true, 250 * kOneMeg},
+ true, false, true, 850 * kOneMeg},
{"Local state file", chrome::FILE_LOCAL_STATE,
- false, false, true, 100 * kOneKilo},
+ false, false, true, 500 * kOneKilo},
{"Dictionaries Directory", chrome::DIR_APP_DICTIONARIES,
true, true, false, 0},
{"Inspector Directory", chrome::DIR_INSPECTOR,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698