feat: add logUsage to shell.openExternal() options (#37139)
Co-authored-by: Milan Burda <miburda@microsoft.com>
This commit is contained in:
parent
3972073116
commit
a38b711fb1
4 changed files with 17 additions and 4 deletions
|
@ -28,6 +28,7 @@ void OpenPath(const base::FilePath& full_path, OpenCallback callback);
|
|||
struct OpenExternalOptions {
|
||||
bool activate = true;
|
||||
base::FilePath working_dir;
|
||||
bool log_usage = false;
|
||||
};
|
||||
|
||||
// Open the given external protocol URL in the desktop's default manner.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue