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

Unified Diff: chrome/browser/upgrade_detector.cc

Issue 2283004: Add initialization for a member variable. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/upgrade_detector.cc
===================================================================
--- chrome/browser/upgrade_detector.cc (revision 48355)
+++ chrome/browser/upgrade_detector.cc (working copy)
@@ -29,7 +29,9 @@
// How long to wait before notifying the user about the upgrade.
static int kNotifyUserAfterMs = 0;
-UpgradeDetector::UpgradeDetector() : upgrade_detected_(false) {
+UpgradeDetector::UpgradeDetector()
+ : upgrade_detected_(false),
+ notify_upgrade_(false) {
#if !defined(OS_WIN)
return;
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698