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

Unified Diff: webkit/glue/webkitclient_impl.h

Issue 1627003: Move createApplicationCacheHost from WebKitClient to WebFrameClient. (Closed)
Patch Set: Created 10 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
« chrome/renderer/render_view.h ('K') | « chrome/renderer/render_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkitclient_impl.h
diff --git a/webkit/glue/webkitclient_impl.h b/webkit/glue/webkitclient_impl.h
index 3017e94e8957326ec5f7619482200bc53c65c780..c4c6b618edac27f4abcac545b55412c4cb637588 100644
--- a/webkit/glue/webkitclient_impl.h
+++ b/webkit/glue/webkitclient_impl.h
@@ -14,6 +14,11 @@
class MessageLoop;
+namespace WebKit {
+class WebApplicationCacheHost;
+class WebApplicationCacheHostClient;
michaeln 2010/04/06 18:52:15 why are these needed?
+}
+
namespace webkit_glue {
class WebKitClientImpl : public WebKit::WebKitClient {
« chrome/renderer/render_view.h ('K') | « chrome/renderer/render_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698