summaryrefslogtreecommitdiffstats
path: root/chrome/browser/upgrade_detector.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/upgrade_detector.h')
-rw-r--r--chrome/browser/upgrade_detector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/upgrade_detector.h b/chrome/browser/upgrade_detector.h
index 659ffb8..3188efb 100644
--- a/chrome/browser/upgrade_detector.h
+++ b/chrome/browser/upgrade_detector.h
@@ -77,8 +77,8 @@ class UpgradeDetector {
// When the upgrade was detected.
base::Time upgrade_detected_time_;
- // Whether this build is a dev channel build or not.
- bool is_dev_channel_;
+ // True if this build is a dev or canary channel build.
+ bool is_unstable_channel_;
// The stage at which the annoyance level for upgrade notifications is at.
UpgradeNotificationAnnoyanceLevel upgrade_notification_stage_;