summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile.h
diff options
context:
space:
mode:
authordmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-27 19:40:23 +0000
committerdmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-27 19:40:23 +0000
commite5c621f13ac46ba5d45bf5a308edd3bd19b79a44 (patch)
tree52f9b98d511fca2ea6ae1591fb64b306bc765a10 /chrome/browser/profile.h
parent420286748888437c755272ffe98fd27a16099194 (diff)
downloadchromium_src-e5c621f13ac46ba5d45bf5a308edd3bd19b79a44.zip
chromium_src-e5c621f13ac46ba5d45bf5a308edd3bd19b79a44.tar.gz
chromium_src-e5c621f13ac46ba5d45bf5a308edd3bd19b79a44.tar.bz2
Revert 57715 - Add a helper class that keeps per-profile information for FileSystem API
BUG=32277 TEST=FileSystemHostContextTest Review URL: http://codereview.chromium.org/3028033 TBR=kinuko@chromium.org Review URL: http://codereview.chromium.org/3243005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57718 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.h')
-rw-r--r--chrome/browser/profile.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h
index d876d8c..4dc3f5b 100644
--- a/chrome/browser/profile.h
+++ b/chrome/browser/profile.h
@@ -51,7 +51,6 @@ class ExtensionMessageService;
class ExtensionsService;
class FaviconService;
class FilePath;
-class FileSystemHostContext;
class FindBarState;
class GeolocationContentSettingsMap;
class GeolocationPermissionContext;
@@ -278,9 +277,6 @@ class Profile {
// Returns the PersonalDataManager associated with this profile.
virtual PersonalDataManager* GetPersonalDataManager() = 0;
- // Returns the HTML5 FileSystemHostContext assigned to this profile.
- virtual FileSystemHostContext* GetFileSystemHostContext() = 0;
-
// Init our themes system.
virtual void InitThemes() = 0;