Searched refs:chromeos_channel (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/common/
H A Dchrome_version_info_chromeos.cc9 static VersionInfo::Channel chromeos_channel = VersionInfo::CHANNEL_UNKNOWN; member in namespace:chrome
14 switch (chromeos_channel) {
32 return chromeos_channel;
39 chromeos_channel = CHANNEL_STABLE;
41 chromeos_channel = CHANNEL_BETA;
43 chromeos_channel = CHANNEL_DEV;
45 chromeos_channel = CHANNEL_CANARY;

Completed in 338 milliseconds