Update shell_util.h
This commit is contained in:
parent
c2d65c2703
commit
2321126698
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ class ShellUtil {
|
||||||
ShellChange level;
|
ShellChange level;
|
||||||
|
|
||||||
base::FilePath target;
|
base::FilePath target;
|
||||||
std::wstring arguments = L"--show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=ChromeLabs";
|
std::wstring arguments = (L"--autoplay-policy=user-gesture-required");
|
||||||
std::wstring description;
|
std::wstring description;
|
||||||
base::FilePath icon;
|
base::FilePath icon;
|
||||||
int icon_index;
|
int icon_index;
|
||||||
|
|
Loading…
Reference in a new issue