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

Unified Diff: chrome/browser/appcache/appcache_dispatcher_host.h

Issue 3814013: FBTF: Monster ctor patch after changing heuristics in clang plugin. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: More add file fail Created 10 years, 2 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
« no previous file with comments | « app/multi_animation.cc ('k') | chrome/browser/appcache/appcache_dispatcher_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/appcache/appcache_dispatcher_host.h
diff --git a/chrome/browser/appcache/appcache_dispatcher_host.h b/chrome/browser/appcache/appcache_dispatcher_host.h
index c54784ce40339f6e6773e51bcb7117434bb6488b..23c7c77e7faa3c254f80ca65743a6eaa3a80fa43 100644
--- a/chrome/browser/appcache/appcache_dispatcher_host.h
+++ b/chrome/browser/appcache/appcache_dispatcher_host.h
@@ -34,6 +34,8 @@ class AppCacheDispatcherHost {
explicit AppCacheDispatcherHost(
URLRequestContextGetter* request_context_getter);
+ ~AppCacheDispatcherHost();
+
void Initialize(ResourceDispatcherHost::Receiver* receiver);
bool OnMessageReceived(const IPC::Message& msg, bool* msg_is_ok);
« no previous file with comments | « app/multi_animation.cc ('k') | chrome/browser/appcache/appcache_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698