Home
last modified time | relevance | path

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

/external/chromium_org/chromeos/
Dchromeos_switches.cc233 const char kTestAutoUpdateUI[] = "test-auto-update-ui"; variable
Dchromeos_switches.h79 CHROMEOS_EXPORT extern const char kTestAutoUpdateUI[];
/external/chromium_org/chromeos/dbus/
Dupdate_engine_client.cc558 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kTestAutoUpdateUI)) in Create()