| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index b66c2396640dc1138b1b9562a252ec48541d028d..f6c9367070353eef0747e2c260329de83dc36641 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -69,7 +69,6 @@
|
| #include "chrome/browser/ui/startup/startup_browser_creator.h"
|
| #include "chrome/browser/ui/webui/extensions/extension_icon_source.h"
|
| #include "chrome/browser/user_style_sheet_watcher.h"
|
| -#include "chrome/browser/web_resource/promo_resource_service.h"
|
| #include "chrome/browser/webdata/web_data_service.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| @@ -562,13 +561,6 @@ void ProfileImpl::InitHostZoomMap() {
|
| content::Source<HostZoomMap>(host_zoom_map));
|
| }
|
|
|
| -void ProfileImpl::InitPromoResources() {
|
| - if (promo_resource_service_)
|
| - return;
|
| - promo_resource_service_ = new PromoResourceService(this);
|
| - promo_resource_service_->StartAfterDelay();
|
| -}
|
| -
|
| FilePath ProfileImpl::last_selected_directory() {
|
| return GetPrefs()->GetFilePath(prefs::kSelectFileLastDirectory);
|
| }
|
|
|