Searched defs:profile_last (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator_browsertest.cc771 Profile* profile_last = profile_manager->GetProfile(dest_path3); local
772 ASSERT_TRUE(profile_last);
783 SessionStartupPref::SetStartupPref(profile_last, pref_last);
807 last_opened_profiles.push_back(profile_last);
815 SessionRestore::IsRestoring(profile_last) ||
838 // profile_last opened the last open pages.
839 ASSERT_EQ(1u, chrome::GetBrowserCount(profile_last, original_desktop_type));
840 new_browser = FindOneOtherBrowserForProfile(profile_last, NULL);
873 Profile* profile_last = profile_manager->GetProfile(dest_path2); local
874 ASSERT_TRUE(profile_last);
[all...]

Completed in 48 milliseconds