OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chromeos_channel
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/common/
chrome_version_info_chromeos.cc
9
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 38 milliseconds