| Index: chrome/installer/setup/uninstall.h
|
| ===================================================================
|
| --- chrome/installer/setup/uninstall.h (revision 66087)
|
| +++ chrome/installer/setup/uninstall.h (working copy)
|
| @@ -42,11 +42,10 @@
|
| // any checks for Chrome running.
|
| // cmd_line: CommandLine that contains information about the command that
|
| // was used to launch current uninstaller.
|
| -// cmd_params: Command line parameters passed to the uninstaller.
|
| installer_util::InstallStatus UninstallChrome(
|
| const std::wstring& exe_path, bool system_uninstall,
|
| bool remove_all, bool force_uninstall,
|
| - const CommandLine& cmd_line, const wchar_t* cmd_params);
|
| + const CommandLine& cmd_line);
|
|
|
| } // namespace installer_setup
|
|
|
|
|