Searched refs:log_has_been_dumped (Results 1 – 1 of 1) sorted by relevance
113 bool log_has_been_dumped = false; in RunTabSwitchingUITest() local117 log_has_been_dumped = base::ReadFileToString(log_file_name_, &contents); in RunTabSwitchingUITest()118 if (!log_has_been_dumped) in RunTabSwitchingUITest()120 } while (!log_has_been_dumped && max_tries--); in RunTabSwitchingUITest()121 ASSERT_TRUE(log_has_been_dumped) << "Failed to read the log file"; in RunTabSwitchingUITest()