extension_app_shim_handler_mac_unittest.cc | 126 profile_path_a_("Profile A"), 128 host_aa_(profile_path_a_, kTestAppIdA, handler_.get()), 129 host_ab_(profile_path_a_, kTestAppIdB, handler_.get()), 131 host_aa_duplicate_(profile_path_a_, kTestAppIdA, handler_.get()) { 147 EXPECT_CALL(*delegate_, ProfileExistsForPath(profile_path_a_)) 149 EXPECT_CALL(*delegate_, ProfileForPath(profile_path_a_)) 173 base::FilePath profile_path_a_; member in class:apps::ExtensionAppShimHandlerTest 190 EXPECT_CALL(*delegate_, ProfileExistsForPath(profile_path_a_)) 332 EXPECT_CALL(*delegate_, ProfileForPath(profile_path_a_)) 335 EXPECT_CALL(*delegate_, LoadProfileAsync(profile_path_a_, _) [all...] |