OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:app_list_profile
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.cc
132
std::string
app_list_profile
;
local
134
app_list_profile
= local_state->GetString(prefs::kAppListProfile);
138
if (
app_list_profile
.empty() &&
140
app_list_profile
= local_state->GetString(prefs::kProfileLastUsed);
144
if (
app_list_profile
.empty())
145
app_list_profile
= chrome::kInitialProfile;
147
return user_data_dir.AppendASCII(
app_list_profile
);
Completed in 175 milliseconds