Home | History | Annotate | Download | only in setup

Lines Matching refs:chrome_state

33   const ProductState* chrome_state =
36 if (chrome_state == NULL) {
39 } else if (!chrome_state->is_multi_install()) {
90 const ProductState* chrome_state =
93 DCHECK(chrome_state); // Checked in CheckQuickEnablePreconditions.
101 base::FilePath setup_path(chrome_state->GetSetupPath());
102 const Version& new_version = chrome_state->version();
114 const Version* opv = chrome_state->old_version();
121 *chrome_state);
128 chrome_state->uninstall_command().GetProgram(),