| Index: chrome/installer/setup/setup_util.h
|
| ===================================================================
|
| --- chrome/installer/setup/setup_util.h (revision 243928)
|
| +++ chrome/installer/setup/setup_util.h (working copy)
|
| @@ -110,6 +110,9 @@
|
| // Returns true if |install_status| represents a successful uninstall code.
|
| bool IsUninstallSuccess(InstallStatus install_status);
|
|
|
| +// Returns true if |cmd_line| contains unsupported (legacy) switches.
|
| +bool ContainsUnsupportedSwitch(const CommandLine& cmd_line);
|
| +
|
| // This class will enable the privilege defined by |privilege_name| on the
|
| // current process' token. The privilege will be disabled upon the
|
| // ScopedTokenPrivilege's destruction (unless it was already enabled when the
|
|
|