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

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

Issue 6288009: More installer refactoring in the interest of fixing some bugs and cleaning t... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
Index: chrome/installer/setup/install.h
===================================================================
--- chrome/installer/setup/install.h (revision 71802)
+++ chrome/installer/setup/install.h (working copy)
@@ -13,7 +13,6 @@
#include "base/version.h"
#include "chrome/installer/util/product.h"
-#include "chrome/installer/util/master_preferences.h"
#include "chrome/installer/util/util_constants.h"
class DictionaryValue;
@@ -24,7 +23,7 @@
class InstallationState;
class InstallerState;
-class Package;
+class MasterPreferences;
// This function installs or updates a new version of Chrome. It returns
// install status (failed, new_install, updated etc).
@@ -48,11 +47,8 @@
const InstallerState& installer_state,
const FilePath& setup_path, const FilePath& archive_path,
const FilePath& install_temp_path, const FilePath& prefs_path,
- const installer::MasterPreferences& prefs, const Version& new_version,
- const Package& package);
+ const installer::MasterPreferences& prefs, const Version& new_version);
robertshield 2011/01/20 22:06:06 For readability, can you move each of these parame
grt (UTC plus 2) 2011/01/21 05:27:51 Done.
-
-
} // namespace installer
#endif // CHROME_INSTALLER_SETUP_INSTALL_H_

Powered by Google App Engine
This is Rietveld 408576698