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

Unified Diff: Source/core/plugins/PluginPlaceholder.h

Issue 1313763002: Blink Plugins: Remove Shadow DOM Plugin Placeholder (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: merge origin/master Created 5 years, 4 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 | « Source/core/loader/FrameLoaderClient.h ('k') | Source/core/plugins/testing/DictionaryPluginPlaceholder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/plugins/PluginPlaceholder.h
diff --git a/Source/core/plugins/PluginPlaceholder.h b/Source/core/plugins/PluginPlaceholder.h
deleted file mode 100644
index b53d4c130211cfe77ff17851d250027f313f4901..0000000000000000000000000000000000000000
--- a/Source/core/plugins/PluginPlaceholder.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef PluginPlaceholder_h
-#define PluginPlaceholder_h
-
-#include "platform/heap/Handle.h"
-
-namespace blink {
-
-class ContainerNode;
-
-class PluginPlaceholder : public WillBeGarbageCollectedMixin {
-public:
-#if !ENABLE(OILPAN)
- virtual ~PluginPlaceholder() { }
-#endif
-
- // Loads the plugin placeholder into a container, such as a shadow root.
- // The placeholder may replace/remove any existing children.
- virtual void loadIntoContainer(ContainerNode&) = 0;
-};
-
-} // namespace blink
-
-#endif // PluginPlaceholder_h
« no previous file with comments | « Source/core/loader/FrameLoaderClient.h ('k') | Source/core/plugins/testing/DictionaryPluginPlaceholder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698