Home | History | Annotate | Download | only in util

Lines Matching defs:binaries

72   // (only the multi-install binaries may).
106 // (only the multi-install binaries may).
138 // App Host doesn't manage usage stats. The Chrome Binaries will.
161 // UsageStats consent values are always allowed on the binaries.
435 // Validates the multi-install binaries' Google Update commands.
441 // The quick-enable-cf command must be present if Chrome Binaries are
464 // Validates the multi-install binaries at level |system_level|.
475 LOG(ERROR) << "Chrome Binaries are missing \"-multi\" in channel name: \""
485 LOG(ERROR) << "Chrome Binaries are missing \"chrome\" in channel name:"
490 LOG(ERROR) << "Chrome Binaries have \"-chrome\" in channel name, yet Chrome"
500 LOG(ERROR) << "Chrome Binaries are missing \"-chromeframe\" in channel"
505 LOG(ERROR) << "Chrome Binaries have \"-chromeframe\" in channel name, yet "
516 LOG(ERROR) << "Chrome Binaries are missing \"-readymode\" in channel"
521 LOG(ERROR) << "Chrome Binaries have \"-readymode\" in channel name, yet "
536 LOG(ERROR) << "Chrome Binaries are missing \"-applauncher\" in channel"
541 LOG(ERROR) << "Chrome Binaries have \"-applauncher\" in channel name, yet "
549 LOG(ERROR) << "Chrome Binaries are present with no other products.";
556 << "Chrome Binaries are present yet Chrome is not multi-install.";
563 LOG(ERROR) << "Chrome Binaries are present without Chrome nor App Launcher "
705 const ProductState* binaries =
708 if (!binaries) {
719 << "installed without Chrome Binaries or a system-level "
726 << "without Chrome Binaries.";
729 // Version must match that of binaries.
730 if (ctx.state.version().CompareTo(binaries->version()) != 0) {
734 "match that of Chrome Binaries ("
735 << binaries->version().GetString() << ").";
738 // Channel value must match that of binaries.
739 if (!ctx.state.channel().Equals(binaries->channel())) {
743 << ") does not match that of Chrome Binaries ("
744 << binaries->channel().value() << ").";
768 // Validates usagestats for the product or binaries in |ctx|.