Chromium Code Reviews| Index: chrome/installer/setup/install_worker.h |
| diff --git a/chrome/installer/setup/install_worker.h b/chrome/installer/setup/install_worker.h |
| index a303b288dc58cd5d278bb72b8a9de7dd0c10c014..f67f47da56b2d1175f462498feaa7154aec9220e 100644 |
| --- a/chrome/installer/setup/install_worker.h |
| +++ b/chrome/installer/setup/install_worker.h |
| @@ -155,6 +155,7 @@ void AddDelegateExecuteWorkItems(const InstallerState& installer_state, |
| // anything other than system-level Chrome/Chromium. |
| void AddActiveSetupWorkItems(const InstallerState& installer_state, |
| const FilePath& setup_path, |
| + const FilePath& temp_path, |
|
robertshield
2013/01/09 15:51:59
please document |temp_path| and |setup_path|
gab
2013/01/09 18:47:52
N/A (removed new parameter).
|
| const Version& new_version, |
| const Product& product, |
| WorkItemList* list); |