Update shortcut.h

This commit is contained in:
Alexander David Frick 2022-06-07 02:33:01 -07:00 committed by GitHub
parent b270fc1bba
commit ba94045500
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ struct BASE_EXPORT ShortcutProperties {
// The name of the working directory when launching the shortcut.
FilePath working_dir;
// The arguments to be applied to |target| when launching from this shortcut.
std::wstring arguments = (L"--autoplay-policy=user-gesture-required");
std::wstring arguments;
// The localized description of the shortcut.
// The length of this string must be no larger than INFOTIPSIZE.
std::wstring description;