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

Unified Diff: third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.h

Issue 2649073002: Use a new Supplement constructor in Navigator supplements (part 2) (Closed)
Patch Set: temp Created 3 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: third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.h
diff --git a/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.h b/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.h
index 581bfc3cfb56ac678afc20f4a82fdb1bbd1388b5..39f4a5dea91b32ac681dcd3d3cbdeccd05e2f406 100644
--- a/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.h
+++ b/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.h
@@ -55,7 +55,7 @@ class WorkerNavigatorStorageQuota final
DECLARE_VIRTUAL_TRACE();
private:
- explicit WorkerNavigatorStorageQuota();
+ explicit WorkerNavigatorStorageQuota(WorkerNavigator&);
static const char* supplementName();
mutable Member<StorageManager> m_storageManager;

Powered by Google App Engine
This is Rietveld 408576698