OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:the_profile
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/search/suggestions/
suggestions_service_factory.cc
47
Profile*
the_profile
= static_cast<Profile*>(profile);
local
49
new SuggestionsStore(
the_profile
->GetPrefs()));
50
return new SuggestionsService(
the_profile
, suggestions_store.Pass());
Completed in 129 milliseconds