Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2643)

Unified Diff: chrome/installer/setup/installer_state.cc

Issue 2459583002: Use InstallDetails in setup. (Closed)
Patch Set: another doc comment Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/setup/install_worker_unittest.cc ('k') | chrome/installer/setup/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/installer_state.cc
diff --git a/chrome/installer/setup/installer_state.cc b/chrome/installer/setup/installer_state.cc
index bcc13797be86be7e5c3527ebc30f46f2e47de5b9..0578dbea3e69522a3f899433939e7729058e77e2 100644
--- a/chrome/installer/setup/installer_state.cc
+++ b/chrome/installer/setup/installer_state.cc
@@ -12,6 +12,7 @@
#include "base/command_line.h"
#include "base/files/file_util.h"
#include "base/win/registry.h"
+#include "chrome/install_static/install_modes.h"
#include "chrome/installer/setup/setup_util.h"
#include "chrome/installer/util/app_registration_data.h"
#include "chrome/installer/util/google_update_settings.h"
@@ -315,7 +316,7 @@ void InstallerState::WriteInstallerResult(
// for success, the binaries have been uninstalled and therefore the result
// will not be read by Google Update.
InstallUtil::AddInstallerResultItems(
- system_install, MakeBinariesRegistrationData()->GetStateKey(), status,
+ system_install, install_static::GetBinariesClientStateKeyPath(), status,
string_resource_id, launch_cmd, install_list.get());
#endif
}
« no previous file with comments | « chrome/installer/setup/install_worker_unittest.cc ('k') | chrome/installer/setup/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698