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

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

Issue 2618573003: Remove ContextClient from NavigatorPlugins (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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/plugins/NavigatorPlugins.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 97fb7ab95a2e509c54fc1fa4b72bc80f7e8ea0df..8912b644fff5c29ffad520ac7e4089ec825a36b3 100644
--- a/third_party/WebKit/Source/modules/plugins/NavigatorPlugins.h
+++ b/third_party/WebKit/Source/modules/plugins/NavigatorPlugins.h
@@ -5,7 +5,6 @@
#ifndef NavigatorPlugins_h
#define NavigatorPlugins_h
-#include "core/dom/ContextLifecycleObserver.h"
#include "core/frame/Navigator.h"
#include "platform/Supplementable.h"
@@ -17,8 +16,7 @@ class LocalFrame;
class Navigator;
class NavigatorPlugins final : public GarbageCollected<NavigatorPlugins>,
- public Supplement<Navigator>,
- public ContextClient {
+ public Supplement<Navigator> {
USING_GARBAGE_COLLECTED_MIXIN(NavigatorPlugins);
public:
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/plugins/NavigatorPlugins.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698