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

Unified Diff: third_party/WebKit/Source/modules/plugins/NavigatorPlugins.h

Issue 2596443005: Replace DOMWindowProperty in Navigator supplements with ContextClient (Closed)
Patch Set: Created 4 years 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/plugins/NavigatorPlugins.h
diff --git a/third_party/WebKit/Source/modules/plugins/NavigatorPlugins.h b/third_party/WebKit/Source/modules/plugins/NavigatorPlugins.h
index 5a010f69235ca2b50883b1fddcb7500344337c65..669f8c717682c50c71ae7fc5e876b525f62f535d 100644
--- a/third_party/WebKit/Source/modules/plugins/NavigatorPlugins.h
+++ b/third_party/WebKit/Source/modules/plugins/NavigatorPlugins.h
@@ -5,7 +5,7 @@
#ifndef NavigatorPlugins_h
#define NavigatorPlugins_h
-#include "core/frame/DOMWindowProperty.h"
+#include "core/dom/ContextLifecycleObserver.h"
#include "platform/Supplementable.h"
namespace blink {
@@ -17,7 +17,7 @@ class Navigator;
class NavigatorPlugins final : public GarbageCollected<NavigatorPlugins>,
public Supplement<Navigator>,
- public DOMWindowProperty {
+ public ContextClient {
USING_GARBAGE_COLLECTED_MIXIN(NavigatorPlugins);
public:

Powered by Google App Engine
This is Rietveld 408576698