Searched refs:crash_key_implementation (Results 1 – 1 of 1) sorted by relevance
481 auto crash_key_implementation = in TEST_F() local488 EXPECT_CALL(*crash_key_implementation, Allocate(_, _)) in TEST_F()490 EXPECT_CALL(*crash_key_implementation, Set(_, _)).WillOnce(handle_set); in TEST_F()491 EXPECT_CALL(*crash_key_implementation, Clear(_)).WillOnce(handle_clear); in TEST_F()494 base::debug::SetCrashKeyImplementation(std::move(crash_key_implementation)); in TEST_F()