summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-05 13:13:29 +0000
committerjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-05 13:13:29 +0000
commitb864ab5d7726905ae918b0eae49052afbf8d4582 (patch)
tree3e47fd40c7151f56ee337eac7aae1ce63d3a513a /chrome/common/chrome_switches.h
parent9c2e5a98a6f35d4e5e0496f1f9ea86c0dfdb3190 (diff)
downloadchromium_src-b864ab5d7726905ae918b0eae49052afbf8d4582.zip
chromium_src-b864ab5d7726905ae918b0eae49052afbf8d4582.tar.gz
chromium_src-b864ab5d7726905ae918b0eae49052afbf8d4582.tar.bz2
Add a command line switch for unlimited quota (for testing).
BUG=60577 TEST=--unlimited-quota-for-indexeddb results in you being able to put more than 5MB in IndexedDB per origin Review URL: http://codereview.chromium.org/4190012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65195 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 9f4620f..fb86311 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -299,6 +299,7 @@ extern const char kIgnoreCertificateErrors[];
extern const char kMaxSpdySessionsPerDomain[];
extern const char kMaxSpdyConcurrentStreams[];
extern const char kUnlimitedQuotaForFiles[];
+extern const char kUnlimitedQuotaForIndexedDB[];
extern const char kUseLowFragHeapCrt[];
extern const char kUserAgent[];
extern const char kUserDataDir[];