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..746ba7b480845a546abe1fc82d9ad2a755f14755 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_autoupdate_on_; |
robertshield
2014/03/26 03:20:11
suggest on -> enabled
MAD
2014/03/26 19:30:16
Done.
|
+ |
// The date the binaries were built. |
base::Time build_date_; |