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

/external/chromium/chrome/browser/
H A Dabout_flags_unittest.cc102 int os_other_than_current = 1; local
103 while (os_other_than_current == GetCurrentPlatform())
104 os_other_than_current <<= 1;
105 kExperiments[2].supported_platforms = os_other_than_current;
/external/chromium_org/chrome/browser/
H A Dabout_flags_unittest.cc124 int os_other_than_current = 1; variable
125 while (os_other_than_current == GetCurrentPlatform())
126 os_other_than_current <<= 1;
127 kExperiments[2].supported_platforms = os_other_than_current;

Completed in 53 milliseconds