Searched refs:autolaunch_tabs (Results 1 – 1 of 1) sorted by relevance
482 const std::vector<BrowserInit::LaunchWithProfile::Tab>& autolaunch_tabs) { in RecordAppLaunches() argument492 for (size_t i = 0; i < autolaunch_tabs.size(); ++i) { in RecordAppLaunches()493 if (extension_service->IsInstalledApp(autolaunch_tabs.at(i).url)) { in RecordAppLaunches()