Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1344)

Unified Diff: chrome/browser/profiles/profile.h

Issue 5633008: Remove BrowserFileSystemContext class (merge into SandboxedFSContext) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/net/chrome_url_request_context.cc ('k') | chrome/browser/profiles/profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 9bf0f3e560331e96c517c24a4d9cacc3947147bd..ad11285cea206e2f483c9b50f51d3a69d1f12e91 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -39,6 +39,10 @@ namespace webkit_database {
class DatabaseTracker;
}
+namespace fileapi {
+class SandboxedFileSystemContext;
+}
+
class AutocompleteClassifier;
class BackgroundContentsService;
class BackgroundModeManager;
@@ -54,47 +58,48 @@ class DownloadManager;
class Extension;
class ExtensionDevToolsManager;
class ExtensionEventRouter;
+class ExtensionInfoMap;
class ExtensionMessageService;
class ExtensionProcessManager;
class ExtensionsService;
class FaviconService;
class FilePath;
-class BrowserFileSystemContext;
class FindBarState;
class GeolocationContentSettingsMap;
class GeolocationPermissionContext;
class HistoryService;
class HostContentSettingsMap;
class HostZoomMap;
-class NavigationController;
class NTPResourceCache;
+class NavigationController;
class PasswordStore;
class PersonalDataManager;
class PinnedTabService;
-class PrefService;
-class ExtensionInfoMap;
class PrefProxyConfigTracker;
+class PrefService;
class PrerenderManager;
-class PromoCounter;
-class ProfileSyncService;
class ProfileSyncFactory;
-class SessionService;
-class SpellCheckHost;
+class ProfileSyncService;
+class ProfileSyncService;
+class PromoCounter;
+class PromoCounter;
+class SQLitePersistentCookieStore;
class SSLConfigServiceManager;
class SSLHostState;
+class SessionService;
+class SpellCheckHost;
class StatusTray;
-class TransportSecurityPersister;
-class SQLitePersistentCookieStore;
class TabRestoreService;
class TemplateURLFetcher;
class TemplateURLModel;
class ThemeProvider;
class TokenService;
+class TransportSecurityPersister;
class URLRequestContextGetter;
class UserScriptMaster;
class UserStyleSheetWatcher;
-class VisitedLinkMaster;
class VisitedLinkEventListener;
+class VisitedLinkMaster;
class WebDataService;
class WebKitContext;
class WebResourceService;
@@ -298,7 +303,7 @@ class Profile {
// Returns the FileSystemContext associated to this profile. The context
// is lazily created the first time this method is called. This is owned
// by the profile.
- virtual BrowserFileSystemContext* GetFileSystemContext() = 0;
+ virtual fileapi::SandboxedFileSystemContext* GetFileSystemContext() = 0;
// Returns the BrowserSignin object assigned to this profile.
virtual BrowserSignin* GetBrowserSignin() = 0;
« no previous file with comments | « chrome/browser/net/chrome_url_request_context.cc ('k') | chrome/browser/profiles/profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698