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

Unified Diff: content/content_browser.gypi

Issue 992353003: Decouple Cache Storage messaging from Service Worker/Embedded Worker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused public stubs Created 5 years, 9 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 06b11491589ef043d09b546315c7fb0f09d6619c..c55dcd4e4ccb0673c407622f7625f6ba9b13de1d 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -88,6 +88,7 @@
'public/browser/browser_thread.h',
'public/browser/browser_thread_delegate.h',
'public/browser/browser_url_handler.h',
+ 'public/browser/cache_storage_context.h',
'public/browser/cert_store.h',
'public/browser/certificate_request_result_type.h',
'public/browser/child_process_data.h',
@@ -1232,6 +1233,10 @@
'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h',
'browser/screen_orientation/screen_orientation_message_filter_android.cc',
'browser/screen_orientation/screen_orientation_message_filter_android.h',
+ 'browser/service_worker/cache_storage_context_impl.cc',
+ 'browser/service_worker/cache_storage_context_impl.h',
+ 'browser/service_worker/cache_storage_dispatcher_host.cc',
+ 'browser/service_worker/cache_storage_dispatcher_host.h',
'browser/service_worker/embedded_worker_instance.cc',
'browser/service_worker/embedded_worker_instance.h',
'browser/service_worker/embedded_worker_registry.cc',

Powered by Google App Engine
This is Rietveld 408576698