diff options
author | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-05 13:13:29 +0000 |
---|---|---|
committer | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-05 13:13:29 +0000 |
commit | b864ab5d7726905ae918b0eae49052afbf8d4582 (patch) | |
tree | 3e47fd40c7151f56ee337eac7aae1ce63d3a513a /chrome/common/chrome_switches.h | |
parent | 9c2e5a98a6f35d4e5e0496f1f9ea86c0dfdb3190 (diff) | |
download | chromium_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.h | 1 |
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[]; |