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

Unified Diff: chrome/browser/browsing_data/browsing_data_remover_unittest.cc

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: chrome/browser/browsing_data/browsing_data_remover_unittest.cc
diff --git a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
index 334c55011165502b2d100768eb07fd689a6832f3..35e89770ebe9b5c3177c3291abdeadf63b912e58 100644
--- a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
+++ b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
@@ -186,6 +186,10 @@ class TestStoragePartition : public StoragePartition {
virtual content::IndexedDBContext* GetIndexedDBContext() OVERRIDE {
return NULL;
}
+ virtual content::ServiceWorkerContextWrapper*
+ GetServiceWorkerContext() OVERRIDE {
+ return NULL;
+ }
virtual void ClearDataForOrigin(
uint32 remove_mask,

Powered by Google App Engine
This is Rietveld 408576698