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

Unified Diff: chrome/installer/util/google_update_settings.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/util/google_update_settings.h
===================================================================
--- chrome/installer/util/google_update_settings.h (revision 72328)
+++ chrome/installer/util/google_update_settings.h (working copy)
@@ -12,7 +12,7 @@
namespace installer {
class ChannelInfo;
-class Package;
+class InstallerState;
}
// This class provides accessors to the Google Update 'ClientState' information
@@ -38,7 +38,7 @@
// Sets the machine-wide EULA consented flag required on OEM installs.
// Returns false if the setting could not be recorded.
- static bool SetEULAConsent(const installer::Package& package,
+ static bool SetEULAConsent(const installer::InstallerState& installer_state,
bool consented);
// Returns the last time chrome was run in days. It uses a recorded value

Powered by Google App Engine
This is Rietveld 408576698