Home
last modified time | relevance | path

Searched refs:TakeProfileKey (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dstartup_data.h59 std::unique_ptr<ProfileKey> TakeProfileKey();
H A Dstartup_data.cc118 std::unique_ptr<ProfileKey> StartupData::TakeProfileKey() { in TakeProfileKey() function in StartupData
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/
H A Dprofile_impl.cc535 key_ = startup_data->TakeProfileKey(); in TakePrefsFromStartupData()