| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 8504)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -357,4 +357,8 @@
|
| // Pass the name of the current running automated test to Chrome.
|
| const wchar_t kTestName[] = L"test-name";
|
|
|
| +// Use a specific disk cache location, rather than one derived
|
| +// from the UserDatadir
|
| +const wchar_t kDiskCacheLocation[] = L"disk-cache-location";
|
| +
|
| } // namespace switches
|
|
|