Home
last modified time | relevance | path

Searched refs:first_run_tabs (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/startup/
H A Dstartup_tab_provider.cc172 const std::vector<GURL>& first_run_tabs) { in GetInitialPrefsTabsForState() argument
180 tabs.reserve(first_run_tabs.size()); in GetInitialPrefsTabsForState()
181 for (GURL url : first_run_tabs) { in GetInitialPrefsTabsForState()
H A Dstartup_tab_provider.h108 const std::vector<GURL>& first_run_tabs);