| Index: chrome/installer/util/google_update_settings.h
|
| diff --git a/chrome/installer/util/google_update_settings.h b/chrome/installer/util/google_update_settings.h
|
| index 7e37e797b96e8f2d67e81dba55f41f6ab1cf8093..243f451ee6bf10c28e2d3935e4e54462d6072a14 100644
|
| --- a/chrome/installer/util/google_update_settings.h
|
| +++ b/chrome/installer/util/google_update_settings.h
|
| @@ -11,6 +11,8 @@
|
| #include "base/basictypes.h"
|
| #include "chrome/installer/util/util_constants.h"
|
|
|
| +class BrowserDistribution;
|
| +
|
| namespace installer {
|
| class ChannelInfo;
|
| class InstallationState;
|
| @@ -18,7 +20,7 @@ class InstallationState;
|
|
|
| // This class provides accessors to the Google Update 'ClientState' information
|
| // that recorded when the user downloads the chrome installer. It is
|
| -// google_update.exe responsability to write the initial values.
|
| +// google_update.exe responsibility to write the initial values.
|
| class GoogleUpdateSettings {
|
| public:
|
| // Update policy constants defined by Google Update; do not change these.
|
| @@ -47,6 +49,7 @@ class GoogleUpdateSettings {
|
| // 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::InstallationState& machine_state,
|
| + BrowserDistribution* dist,
|
| bool consented);
|
|
|
| // Returns the last time chrome was run in days. It uses a recorded value
|
|
|