HomeSort by relevance Sort by last modified time
    Searched refs:forced_trials (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/browser/
content_verifier.cc 203 std::string forced_trials = local
205 if (forced_trials.find(kExperimentName) != std::string::npos)
  /external/chromium_org/chrome/browser/extensions/
install_verifier.cc 58 std::string forced_trials = CommandLine::ForCurrentProcess()-> local
60 if (forced_trials.find(kExperimentName) != std::string::npos) {

Completed in 47 milliseconds