Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dreal_updater_provider.cc276 class NewChannelVariable : public UpdaterVariableBase<string> { class
278 explicit NewChannelVariable(const string& name) in NewChannelVariable() function in chromeos_update_manager::NewChannelVariable
293 DISALLOW_COPY_AND_ASSIGN(NewChannelVariable);
484 var_new_channel_(new NewChannelVariable("new_channel")), in RealUpdaterProvider()