Chromium Code Reviews| Index: chrome/common/chrome_paths_internal.h |
| diff --git a/chrome/common/chrome_paths_internal.h b/chrome/common/chrome_paths_internal.h |
| index 4b9322a5754312a2ccfa7c037284db4bfe14df12..8d65ea1275cb697c7b531635435cb014e4f31f26 100644 |
| --- a/chrome/common/chrome_paths_internal.h |
| +++ b/chrome/common/chrome_paths_internal.h |
| @@ -27,6 +27,12 @@ namespace chrome { |
| // DIR_USER_DATA has been overridden by a command-line option. |
| bool GetDefaultUserDataDirectory(base::FilePath* result); |
| +#if defined(OS_WIN) |
| +// Get the path to the roaming user's data directory, regardless of whether |
| +// DIR_ROAMING_USER_DATA has been overridden by a command-line option. |
| +bool GetDefaultRoamingUserDataDirectory(base::FilePath* result); |
| +#endif // OS_WIN |
|
Lei Zhang
2017/02/23 02:04:08
nit: Omit since the block is so short, or use "def
pastarmovj
2017/02/24 13:28:38
Done.
|
| + |
| // Get the path to the user's cache directory. This is normally the |
| // same as the profile directory, but on Linux it can also be |
| // $XDG_CACHE_HOME and on Mac it can be under ~/Library/Caches. |