Searched refs:CurrChannelVariable (Results 1 – 1 of 1) sorted by relevance
261 class CurrChannelVariable : public UpdaterVariableBase<string> { class263 CurrChannelVariable(const string& name, SystemState* system_state) in CurrChannelVariable() function in chromeos_update_manager::CurrChannelVariable278 DISALLOW_COPY_AND_ASSIGN(CurrChannelVariable);456 var_curr_channel_(new CurrChannelVariable("curr_channel", system_state_)), in RealUpdaterProvider()