Searched refs:CurrChannelVariable (Results 1 – 1 of 1) sorted by relevance
255 class CurrChannelVariable : public UpdaterVariableBase<string> { class257 explicit CurrChannelVariable(const string& name) in CurrChannelVariable() function in chromeos_update_manager::CurrChannelVariable272 DISALLOW_COPY_AND_ASSIGN(CurrChannelVariable);483 var_curr_channel_(new CurrChannelVariable("curr_channel")), in RealUpdaterProvider()