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

Unified Diff: third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.h

Issue 2611163003: Remove ContextClient from DOMWindowCrypto (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/crypto/DOMWindowCrypto.h
diff --git a/third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.h b/third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.h
index 1248c8d5c2c622995c50b0cd8be3a97aa15567b3..8a5884e32e53e4288e41dd72f8bc3a2e88a2916b 100644
--- a/third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.h
+++ b/third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.h
@@ -31,7 +31,6 @@
#ifndef DOMWindowCrypto_h
#define DOMWindowCrypto_h
-#include "core/dom/ContextLifecycleObserver.h"
#include "core/frame/LocalDOMWindow.h"
#include "platform/Supplementable.h"
#include "platform/heap/Handle.h"
@@ -43,8 +42,7 @@ class DOMWindow;
class LocalDOMWindow;
class DOMWindowCrypto final : public GarbageCollected<DOMWindowCrypto>,
- public Supplement<LocalDOMWindow>,
- public ContextClient {
+ public Supplement<LocalDOMWindow> {
USING_GARBAGE_COLLECTED_MIXIN(DOMWindowCrypto);
public:

Powered by Google App Engine
This is Rietveld 408576698