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.cc804 Profile* profile_last = profile_manager->GetProfile(dest_path3); local
805 ASSERT_TRUE(profile_last);
816 SessionStartupPref::SetStartupPref(profile_last, pref_last);
827 // Open a page with profile_last.
829 Browser::CreateParams(Browser::TYPE_TABBED, profile_last,
849 last_opened_profiles.push_back(profile_last);
857 SessionRestore::IsRestoring(profile_last) ||
880 // profile_last opened the last open pages.
881 ASSERT_EQ(1u, chrome::GetBrowserCount(profile_last, original_desktop_type));
882 new_browser = FindOneOtherBrowserForProfile(profile_last, NUL
915 Profile* profile_last = profile_manager->GetProfile(dest_path2); local
[all...]

Completed in 251 milliseconds