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

Unified Diff: chrome/browser/renderer_host/resource_message_filter.h

Issue 9712: AppCachePlumbing (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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/renderer_host/resource_message_filter.h
===================================================================
--- chrome/browser/renderer_host/resource_message_filter.h (revision 13181)
+++ chrome/browser/renderer_host/resource_message_filter.h (working copy)
@@ -32,6 +32,7 @@
#include "chrome/common/temp_scaffolding_stubs.h"
#endif
+class AppCacheDispatcherHost;
class AudioRendererHost;
class ClipboardService;
class Profile;
@@ -269,6 +270,9 @@
// Object that should take care of audio related resource requests.
scoped_refptr<AudioRendererHost> audio_renderer_host_;
+ // Handles appcache related messages
+ scoped_ptr<AppCacheDispatcherHost> app_cache_dispatcher_host_;
+
// Whether this process is used for off the record tabs.
bool off_the_record_;

Powered by Google App Engine
This is Rietveld 408576698