Index: chrome/common/chrome_paths.cc |
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc |
index 66c7bf2afa44925dd3eb02d9434d524fcd0d7143..4d067b64274be7ec6b8ce6a92da50d77e02c6e3d 100644 |
--- a/chrome/common/chrome_paths.cc |
+++ b/chrome/common/chrome_paths.cc |
@@ -207,6 +207,8 @@ bool PathProvider(int key, base::FilePath* result) { |
// directory. This avoids the problem of having to re-initialize the |
// exception handler after parsing command line options, which may |
// override the location of the app's profile directory. |
+ // TODO(scottmg): Consider supporting --user-data-dir. See |
+ // http://crbug.com/565466. |
Mark Mentovai
2015/12/03 20:35:42
This one too.
scottmg
2015/12/03 20:52:52
Done.
|
if (!GetDefaultUserDataDirectory(&cur)) |
return false; |
#endif |