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

/external/chromium_org/chrome/common/
H A Dcrash_keys.cc327 std::string switch_str = base::WideToUTF8(argv[i]); local
329 std::string switch_str = argv[i];
333 if (IsBoringSwitch(switch_str))
341 base::debug::SetCrashKeyValue(key, switch_str);

Completed in 85 milliseconds