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

Unified Diff: chrome/installer/setup/install_worker.h

Issue 11733007: Duplicate setup.exe into an identical executable and point Active Setup to that executable instead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chromesu.exe Created 7 years, 11 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 | « no previous file | chrome/installer/setup/install_worker.cc » ('j') | chrome/installer/util/util_constants.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | chrome/installer/setup/install_worker.cc » ('j') | chrome/installer/util/util_constants.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698