Searched refs:command_line_difference (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dabout_flags.h177 // Sends stats (as UMA histogram) about command_line_difference.
179 // |command_line_difference| is the result of
182 const std::set<std::string>& command_line_difference);
H A Dabout_flags.cc2298 const std::set<std::string>& command_line_difference) {
2300 command_line_difference.begin();
2301 it != command_line_difference.end();
2297 ReportCustomFlags(const std::string& uma_histogram_hame, const std::set<std::string>& command_line_difference) argument
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_utils.cc401 std::set<CommandLine::StringType> command_line_difference; local
402 if (!NeedRestartToApplyPerSessionFlags(user_flags, &command_line_difference))
405 LogCustomSwitches(command_line_difference);
407 about_flags::ReportCustomFlags("Login.CustomFlags", command_line_difference);

Completed in 97 milliseconds