summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/remoting/setup_flow.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/remoting/setup_flow.cc b/chrome/browser/remoting/setup_flow.cc
index add52dc..dc7effd 100644
--- a/chrome/browser/remoting/setup_flow.cc
+++ b/chrome/browser/remoting/setup_flow.cc
@@ -33,7 +33,9 @@ SetupFlowStep::SetupFlowStep() { }
SetupFlowStep::~SetupFlowStep() { }
SetupFlowStepBase::SetupFlowStepBase()
- : flow_(NULL) {
+ : flow_(NULL),
+ done_(false),
+ next_step_(NULL) {
}
SetupFlowStepBase::~SetupFlowStepBase() { }