0

[doc] Correct cmd override part of user_data_dir.md

The cmd flag isn't supported in iOS app.

Bug: None
Change-Id: I88c246ee15d54df9621217ab52e30210a10cbba2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3075293
Auto-Submit: Zhaoyang Li <zhaoyangli@chromium.org>
Reviewed-by: Mike Pinkerton <pinkerton@chromium.org>
Commit-Queue: Mike Pinkerton <pinkerton@chromium.org>
Cr-Commit-Position: refs/heads/master@{#909327}
This commit is contained in:
Zhaoyang Li
2021-08-06 16:33:01 +00:00
committed by Chromium LUCI CQ
parent 60c96edcc5
commit f632baaf71

@ -105,9 +105,13 @@ sandbox.
### Command Line
On all platforms, the user data directory can be overridden by passing the
On most platforms, the user data directory can be overridden by passing the
`--user-data-dir` command-line flag to the Chrome binary.
The override happens in `chrome/app/chrome_main_delegate.cc`. Platforms not
building with the file may not have implemented the override. Overriding the
user data directory via the command line is not supported on iOS.
Example:
* [Windows] `chrome.exe --user-data-dir=c:\foo`