| Index: chrome/common/chrome_paths.cc
|
| diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
|
| index ab3cff39f2c9dd421e7c1b6365aa26d843665d43..c06c24d9c4d0c29b7d5a1f11e9a1feeab0554982 100644
|
| --- a/chrome/common/chrome_paths.cc
|
| +++ b/chrome/common/chrome_paths.cc
|
| @@ -252,11 +252,6 @@ bool PathProvider(int key, FilePath* result) {
|
| cur = cur.Append(FILE_PATH_LITERAL("Dictionaries"));
|
| create_dir = true;
|
| break;
|
| - case chrome::DIR_USER_DATA_TEMP:
|
| - if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
|
| - return false;
|
| - cur = cur.Append(FILE_PATH_LITERAL("Temp"));
|
| - break;
|
| case chrome::DIR_INTERNAL_PLUGINS:
|
| if (!GetInternalPluginsDirectory(&cur))
|
| return false;
|
|
|