Home
last modified time | relevance | path

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

/external/chromium_org/components/nacl/common/
Dnacl_switches.cc13 const char kDisablePnaclInstall[] = "disable-pnacl-install"; variable
Dnacl_switches.h15 extern const char kDisablePnaclInstall[];
/external/chromium_org/chrome/browser/component_updater/pnacl/
Dpnacl_component_installer.cc433 updates_disabled_ = command_line.HasSwitch(switches::kDisablePnaclInstall); in RegisterPnaclComponent()