| Index: chrome/test/testing_profile.cc
|
| diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc
|
| index 468c051b71104730c861ed6668de158f1c83e131..0da4bfda8e527624f0fa35f93688568a806be598 100644
|
| --- a/chrome/test/testing_profile.cc
|
| +++ b/chrome/test/testing_profile.cc
|
| @@ -583,6 +583,10 @@ net::URLRequestContextGetter* TestingProfile::GetRequestContextForIsolatedApp(
|
| return GetRequestContext();
|
| }
|
|
|
| +content::ResourceContextGetter* TestingProfile::GetResourceContext() {
|
| + return NULL;
|
| +}
|
| +
|
| FindBarState* TestingProfile::GetFindBarState() {
|
| if (!find_bar_state_.get())
|
| find_bar_state_.reset(new FindBarState());
|
|
|