| Index: chrome/browser/upgrade_detector_impl.h
|
| diff --git a/chrome/browser/upgrade_detector_impl.h b/chrome/browser/upgrade_detector_impl.h
|
| index d0eef536392c2d462b991fbdfe09a1283c2ab4ac..30bf7b02a83b32fde4f0898b1ef6a005794d298c 100644
|
| --- a/chrome/browser/upgrade_detector_impl.h
|
| +++ b/chrome/browser/upgrade_detector_impl.h
|
| @@ -66,6 +66,9 @@ class UpgradeDetectorImpl : public UpgradeDetector {
|
| // True if this build is a dev or canary channel build.
|
| bool is_unstable_channel_;
|
|
|
| + // True if auto update is turned on.
|
| + bool is_auto_update_enabled_;
|
| +
|
| // The date the binaries were built.
|
| base::Time build_date_;
|
|
|
|
|