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

Unified Diff: Source/modules/quota/NavigatorStorageQuota.cpp

Issue 158133003: Move quota module to oilpan (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove conditional support for GCed-supplements Created 6 years, 10 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: Source/modules/quota/NavigatorStorageQuota.cpp
diff --git a/Source/modules/quota/NavigatorStorageQuota.cpp b/Source/modules/quota/NavigatorStorageQuota.cpp
index 42629aaf566352760db40c0551648e368dc5e6eb..6c9adbef51feab6725406f9fc261eb24412096a1 100644
--- a/Source/modules/quota/NavigatorStorageQuota.cpp
+++ b/Source/modules/quota/NavigatorStorageQuota.cpp
@@ -42,10 +42,6 @@ NavigatorStorageQuota::NavigatorStorageQuota(Frame* frame)
{
}
-NavigatorStorageQuota::~NavigatorStorageQuota()
-{
-}
-
const char* NavigatorStorageQuota::supplementName()
{
return "NavigatorStorageQuota";

Powered by Google App Engine
This is Rietveld 408576698