Home
last modified time | relevance | path

Searched refs:auto_start_enabled_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync/
Dstartup_controller.h67 bool auto_start_enabled() const { return auto_start_enabled_; } in auto_start_enabled()
104 const bool auto_start_enabled_; variable
Dstartup_controller.cc45 auto_start_enabled_(start_behavior == AUTO_START), in StartupController()
165 } else if (setup_in_progress_ || auto_start_enabled_) { in TryStart()