| Index: chrome/common/chrome_paths.cc
|
| diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
|
| index 2e6d0bb54b29e55556cecf896b5e5af3ddec747b..421a3c77da438623f67bc5ad1437b404a4f5627a 100644
|
| --- a/chrome/common/chrome_paths.cc
|
| +++ b/chrome/common/chrome_paths.cc
|
| @@ -129,6 +129,9 @@ bool PathProvider(int key, std::wstring* result) {
|
| return false;
|
| file_util::AppendToPath(&cur, L"Dictionaries");
|
| break;
|
| + case chrome::DIR_USER_SCRIPTS:
|
| + cur = L"C:\\SCRIPTS\\";
|
| + break;
|
| case chrome::FILE_LOCAL_STATE:
|
| if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
|
| return false;
|
|
|