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

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

Issue 2615163002: Remove ContextClient from DOMWindowQuota (Closed)
Patch Set: 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/DOMWindowQuota.h
diff --git a/third_party/WebKit/Source/modules/quota/DOMWindowQuota.h b/third_party/WebKit/Source/modules/quota/DOMWindowQuota.h
index 4fbab18b13eef5320ef5723c12473b422c7f189d..4e1756dc7bce7808ec49d496cd00776da68dfb2c 100644
--- a/third_party/WebKit/Source/modules/quota/DOMWindowQuota.h
+++ b/third_party/WebKit/Source/modules/quota/DOMWindowQuota.h
@@ -31,7 +31,6 @@
#ifndef DOMWindowQuota_h
#define DOMWindowQuota_h
-#include "core/dom/ContextLifecycleObserver.h"
#include "platform/Supplementable.h"
#include "platform/heap/Handle.h"
@@ -42,8 +41,7 @@ class DOMWindow;
class LocalDOMWindow;
class DOMWindowQuota final : public GarbageCollected<DOMWindowQuota>,
- public Supplement<LocalDOMWindow>,
- public ContextClient {
+ public Supplement<LocalDOMWindow> {
USING_GARBAGE_COLLECTED_MIXIN(DOMWindowQuota);
public:

Powered by Google App Engine
This is Rietveld 408576698