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

Unified Diff: content/browser/storage_partition_impl.h

Issue 127573002: Add basic browser test for EmbeddedWorker/ServiceWorker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/browser/storage_partition_impl.h
diff --git a/content/browser/storage_partition_impl.h b/content/browser/storage_partition_impl.h
index ab48b04ca532292a0ef1e0e7dff1429e98dd477a..717038e7afc93639b6785ba37c7a0da4842e3f2e 100644
--- a/content/browser/storage_partition_impl.h
+++ b/content/browser/storage_partition_impl.h
@@ -42,6 +42,7 @@ class StoragePartitionImpl : public StoragePartition {
virtual webkit_database::DatabaseTracker* GetDatabaseTracker() OVERRIDE;
virtual DOMStorageContextWrapper* GetDOMStorageContext() OVERRIDE;
virtual IndexedDBContextImpl* GetIndexedDBContext() OVERRIDE;
+ virtual ServiceWorkerContextWrapper* GetServiceWorkerContext() OVERRIDE;
virtual void ClearDataForOrigin(
uint32 remove_mask,
@@ -56,8 +57,6 @@ class StoragePartitionImpl : public StoragePartition {
const base::Time end,
const base::Closure& callback) OVERRIDE;
- ServiceWorkerContextWrapper* GetServiceWorkerContext();
-
WebRTCIdentityStore* GetWebRTCIdentityStore();
struct DataDeletionHelper;

Powered by Google App Engine
This is Rietveld 408576698