OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:otr_profile_builder
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_unittest.cc
43
TestingProfile::Builder
otr_profile_builder
;
local
44
otr_profile_builder
.SetIncognito();
46
scoped_ptr<TestingProfile> otr_profile =
otr_profile_builder
.Build();
/external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider_unittest.cc
159
TestingProfile::Builder
otr_profile_builder
;
local
160
otr_profile_builder
.SetIncognito();
161
otr_profile_builder
.SetPrefService(make_scoped_ptr(otr_prefs));
162
scoped_ptr<TestingProfile> otr_profile(
otr_profile_builder
.Build());
Completed in 33 milliseconds