| Index: chrome/installer/setup/chrome_frame_ready_mode.cc
|
| diff --git a/chrome/installer/setup/chrome_frame_ready_mode.cc b/chrome/installer/setup/chrome_frame_ready_mode.cc
|
| index b16e5a9b043ef64a9237a193699ed03e371b7f23..fb6ed36ced446605a69f8662a4ddfa316205521f 100644
|
| --- a/chrome/installer/setup/chrome_frame_ready_mode.cc
|
| +++ b/chrome/installer/setup/chrome_frame_ready_mode.cc
|
| @@ -94,10 +94,10 @@ InstallStatus ChromeFrameReadyModeOptIn(
|
|
|
| // This creates the uninstallation entry for GCF.
|
| AddUninstallShortcutWorkItems(opt_in_state, cf_state->GetSetupPath(),
|
| - cf_state->version(), item_list.get(), *cf);
|
| + cf_state->version(), *cf, item_list.get());
|
| // This updates the Chrome uninstallation entries.
|
| AddUninstallShortcutWorkItems(opt_in_state, chrome_state->GetSetupPath(),
|
| - chrome_state->version(), item_list.get(), *chrome);
|
| + chrome_state->version(), *chrome, item_list.get());
|
|
|
| // Add a work item to delete the ChromeFrameReadyMode registry value.
|
| HKEY root = opt_in_state.root_key();
|
|
|