Searched defs:delay_str (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/tracing/
H A Dtrace_controller_impl.cc93 std::string delay_str = command_line.GetSwitchValueASCII( local
96 if (!delay_str.empty() && !base::StringToInt(delay_str, &delay_secs)) {
98 << "=" << delay_str << " defaulting to 5 (secs)"; local

Completed in 178 milliseconds