Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/
Dupgrade_detector_impl.cc69 return cmd_line.HasSwitch(switches::kSimulateOutdated) || in SimulatingOutdated()
225 switch_name = switches::kSimulateOutdated; in UpgradeDetectorImpl()
/external/chromium_org/chrome/common/
Dchrome_switches.h301 extern const char kSimulateOutdated[];
Dchrome_switches.cc1085 const char kSimulateOutdated[] = "simulate-outdated"; variable