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

Unified Diff: content/worker/worker_webkitplatformsupport_impl.h

Issue 22314003: NavigationController prototype Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: NavController prototype - chrome side Created 7 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
« no previous file with comments | « content/worker/websharedworker_stub.cc ('k') | content/worker/worker_webkitplatformsupport_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/worker/worker_webkitplatformsupport_impl.h
diff --git a/content/worker/worker_webkitplatformsupport_impl.h b/content/worker/worker_webkitplatformsupport_impl.h
index d429822a57fb83f7057c3fadcee1d14ecfb379f5..4e010eec4fa435ba2cad77eb81ed5664e2fb2f42 100644
--- a/content/worker/worker_webkitplatformsupport_impl.h
+++ b/content/worker/worker_webkitplatformsupport_impl.h
@@ -103,6 +103,10 @@ class WorkerWebKitPlatformSupportImpl : public WebKitPlatformSupportImpl,
WebKit::WebStorageQuotaType,
WebKit::WebStorageQuotaCallbacks*) OVERRIDE;
+ virtual void appcacheExeHandlerResponse(
+ int requestId,
+ WebKit::WebControllerResponse* response);
+
private:
class FileUtilities;
« no previous file with comments | « content/worker/websharedworker_stub.cc ('k') | content/worker/worker_webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698