automatic_profile_resetter.cc | 64 const char kShouldPromptKey[] = "should_prompt"; 353 : should_prompt(false), 362 bool should_prompt; member in struct:AutomaticProfileResetter::EvaluationResults 649 interpreter.GetOutputBoolean(kShouldPromptKey, &results->should_prompt); 693 if (results->should_prompt) 696 if (results->should_prompt && !results->had_prompted_already) {
|