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

Unified Diff: content/public/browser/storage_partition.h

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/public/browser/storage_partition.h
diff --git a/content/public/browser/storage_partition.h b/content/public/browser/storage_partition.h
index fc4cc36bcc6a5fbccd96184f24322ed74c4972c2..071babe0ac72be4dfcde9a8213461aa38f4255a6 100644
--- a/content/public/browser/storage_partition.h
+++ b/content/public/browser/storage_partition.h
@@ -40,10 +40,11 @@ namespace content {
class AppCacheService;
class BrowserContext;
-class HostZoomLevelContext;
-class HostZoomMap;
+class CacheStorageContext;
jsbell 2015/03/11 23:47:26 Oops - I can revert this change for now.
jsbell 2015/03/12 15:56:47 Done.
class DOMStorageContext;
class GeofencingManager;
+class HostZoomLevelContext;
+class HostZoomMap;
class IndexedDBContext;
class NavigatorConnectContext;
class ServiceWorkerContext;

Powered by Google App Engine
This is Rietveld 408576698