HomeSort by relevance Sort by last modified time
    Searched refs:path_profile2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/profiles/
avatar_menu_model_browsertest.cc 76 base::FilePath path_profile2 = user_dir.Append( local
78 profile_manager->CreateProfileAsync(path_profile2,
99 model.SwitchToProfile(cache.GetIndexOfProfileWithPath(path_profile2), false);
106 EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
profile_manager_browsertest.cc 208 base::FilePath path_profile2 = local
210 profile_manager->CreateProfileAsync(path_profile2,
230 profiles::SwitchToProfile(path_profile2, desktop_type, false);
233 EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
241 EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());

Completed in 59 milliseconds