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

Unified Diff: chrome/browser/profile.h

Issue 215024: Fix appcache_service and request_context referencing. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months 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
Index: chrome/browser/profile.h
===================================================================
--- chrome/browser/profile.h (revision 26601)
+++ chrome/browser/profile.h (working copy)
@@ -440,6 +440,10 @@
void StopCreateSessionServiceTimer();
+ void EnsureRequestContextCreated() {
+ GetRequestContext();
+ }
+
void EnsureSessionServiceCreated() {
GetSessionService();
}
@@ -457,7 +461,6 @@
FilePath path_;
FilePath base_cache_path_;
- scoped_refptr<ChromeAppCacheService> appcache_service_;
scoped_ptr<VisitedLinkEventListener> visited_link_event_listener_;
scoped_ptr<VisitedLinkMaster> visited_link_master_;
scoped_refptr<ExtensionsService> extensions_service_;
@@ -481,6 +484,8 @@
scoped_ptr<ProfileSyncService> sync_service_;
#endif
+ ChromeAppCacheService* appcache_service_;
+
ChromeURLRequestContext* request_context_;
ChromeURLRequestContext* media_request_context_;

Powered by Google App Engine
This is Rietveld 408576698