diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 23:06:31 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 23:06:31 +0000 |
commit | e5642991cb7d0c2efde4c9d6569b723f7fdc8837 (patch) | |
tree | 9cf8c2f2ce5bdd43958b40200c4c615c2afefd79 /chrome/common/chrome_switches.h | |
parent | 6678c41a2622e607ab41ff67cee7761ade2f5468 (diff) | |
download | chromium_src-e5642991cb7d0c2efde4c9d6569b723f7fdc8837.zip chromium_src-e5642991cb7d0c2efde4c9d6569b723f7fdc8837.tar.gz chromium_src-e5642991cb7d0c2efde4c9d6569b723f7fdc8837.tar.bz2 |
Add a command line switch to allow setting the max size
of the disk cache.
This switch is intended for troubleshooting, not to
add another supported configuration.
BUG=15117
TEST=none
Review URL: http://codereview.chromium.org/146136
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19439 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 39defef..3946774 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -43,6 +43,8 @@ extern const wchar_t kTestSandbox[]; extern const wchar_t kUserDataDir[]; extern const wchar_t kPluginDataDir[]; extern const wchar_t kDiskCacheDir[]; +extern const wchar_t kDiskCacheSize[]; +extern const wchar_t kMediaCacheSize[]; extern const wchar_t kEnableUserDataDirProfiles[]; extern const wchar_t kParentProfile[]; extern const wchar_t kApp[]; |