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

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

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 | « third_party/WebKit/Source/modules/plugins/NavigatorPlugins.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/plugins/NavigatorPlugins.cpp
diff --git a/third_party/WebKit/Source/modules/plugins/NavigatorPlugins.cpp b/third_party/WebKit/Source/modules/plugins/NavigatorPlugins.cpp
index 5a0068096a4468a062552a549c66ca16dda76bcc..93f461313e0c45c5824fd62e220406adb4198dff 100644
--- a/third_party/WebKit/Source/modules/plugins/NavigatorPlugins.cpp
+++ b/third_party/WebKit/Source/modules/plugins/NavigatorPlugins.cpp
@@ -13,7 +13,7 @@
namespace blink {
NavigatorPlugins::NavigatorPlugins(Navigator& navigator)
- : ContextClient(navigator.frame()) {}
+ : Supplement<Navigator>(navigator) {}
// static
NavigatorPlugins& NavigatorPlugins::from(Navigator& navigator) {
@@ -67,7 +67,6 @@ DEFINE_TRACE(NavigatorPlugins) {
visitor->trace(m_plugins);
visitor->trace(m_mimeTypes);
Supplement<Navigator>::trace(visitor);
- ContextClient::trace(visitor);
}
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/modules/plugins/NavigatorPlugins.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698