| Index: chrome/browser/profile_impl.cc
|
| ===================================================================
|
| --- chrome/browser/profile_impl.cc (revision 57717)
|
| +++ chrome/browser/profile_impl.cc (working copy)
|
| @@ -32,7 +32,6 @@
|
| #include "chrome/browser/extensions/extensions_service.h"
|
| #include "chrome/browser/extensions/user_script_master.h"
|
| #include "chrome/browser/favicon_service.h"
|
| -#include "chrome/browser/file_system/file_system_host_context.h"
|
| #include "chrome/browser/find_bar_state.h"
|
| #include "chrome/browser/geolocation/geolocation_content_settings_map.h"
|
| #include "chrome/browser/geolocation/geolocation_permission_context.h"
|
| @@ -980,14 +979,6 @@
|
| return personal_data_manager_.get();
|
| }
|
|
|
| -FileSystemHostContext* ProfileImpl::GetFileSystemHostContext() {
|
| - if (!file_system_host_context_.get())
|
| - file_system_host_context_ = new FileSystemHostContext(
|
| - GetPath(), IsOffTheRecord());
|
| - DCHECK(file_system_host_context_.get());
|
| - return file_system_host_context_.get();
|
| -}
|
| -
|
| void ProfileImpl::InitThemes() {
|
| if (!created_theme_provider_) {
|
| #if defined(TOOLKIT_USES_GTK)
|
|
|