| Index: chrome/common/chrome_paths.cc
|
| diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
|
| index 122dd542eef10baa5ac77e6c67f3e42f27321892..d33af32d57de336abb1903ae66b65a6bfe104214 100644
|
| --- a/chrome/common/chrome_paths.cc
|
| +++ b/chrome/common/chrome_paths.cc
|
| @@ -241,6 +241,13 @@ bool PathProvider(int key, base::FilePath* result) {
|
| return false;
|
| cur = cur.Append(FILE_PATH_LITERAL("Diagnostics"));
|
| break;
|
| + case chrome::DIR_ROAMING_USER_DATA:
|
| + if (!GetDefaultRoamingUserDataDirectory(&cur)) {
|
| + NOTREACHED();
|
| + return false;
|
| + }
|
| + create_dir = true;
|
| + break;
|
| #endif
|
| case chrome::DIR_RESOURCES:
|
| #if defined(OS_MACOSX)
|
|
|