| Index: chrome/installer/setup/setup_util.h
|
| diff --git a/chrome/installer/setup/setup_util.h b/chrome/installer/setup/setup_util.h
|
| index 205198ea55de23a46df5601df90307ce1d55dd24..66e111723064ee4d1283137801a0d66b1fb90f3a 100644
|
| --- a/chrome/installer/setup/setup_util.h
|
| +++ b/chrome/installer/setup/setup_util.h
|
| @@ -110,9 +110,6 @@
|
| // 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
|
|
|