| Index: chrome/test/testing_profile.cc
|
| diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc
|
| index d2249e6d40e1e37b68020371e3a8784cd790707d..8ba85f0df03abd57e7567a8875e8ac4b0e02af8d 100644
|
| --- a/chrome/test/testing_profile.cc
|
| +++ b/chrome/test/testing_profile.cc
|
| @@ -43,7 +43,6 @@
|
| #include "chrome/browser/sync/profile_sync_service_mock.h"
|
| #include "chrome/browser/ui/find_bar/find_bar_state.h"
|
| #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
|
| -#include "chrome/browser/ui/webui/ntp/ntp_resource_cache.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "chrome/test/bookmark_load_observer.h"
|
| @@ -691,12 +690,6 @@ WebKitContext* TestingProfile::GetOffTheRecordWebKitContext() {
|
| return NULL;
|
| }
|
|
|
| -NTPResourceCache* TestingProfile::GetNTPResourceCache() {
|
| - if (!ntp_resource_cache_.get())
|
| - ntp_resource_cache_.reset(new NTPResourceCache(this));
|
| - return ntp_resource_cache_.get();
|
| -}
|
| -
|
| FilePath TestingProfile::last_selected_directory() {
|
| return last_selected_directory_;
|
| }
|
|
|