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

Unified Diff: Source/core/testing/Internals.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/plugins/testing/DocumentFragmentPluginPlaceholder.h ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/Internals.h
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
index f78a7cf298c39b605fd54c5594a906e1c6adf433..81cd553d58962e716a687197e392da5ec3419230 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -50,12 +50,10 @@ class DOMArrayBuffer;
class DOMPoint;
class DictionaryTest;
class Document;
-class DocumentFragment;
class DocumentMarker;
class Element;
class ExceptionState;
class GCObservation;
-class HTMLElement;
class HTMLMediaElement;
class InternalRuntimeFlags;
class InternalSettings;
@@ -65,7 +63,6 @@ class LocalDOMWindow;
class LocalFrame;
class Node;
class Page;
-class PluginPlaceholderOptions;
class PrivateScriptTest;
class Range;
class SerializedScriptValue;
@@ -349,9 +346,6 @@ public:
bool isInCanvasFontCache(Document*, const String&);
unsigned canvasFontCacheMaxFonts();
- void forcePluginPlaceholder(HTMLElement* plugin, PassRefPtrWillBeRawPtr<DocumentFragment>, ExceptionState&);
- void forcePluginPlaceholder(HTMLElement* plugin, const PluginPlaceholderOptions&, ExceptionState&);
-
// Scheudle a forced Blink GC run (Oilpan) at the end of event loop.
// Note: This is designed to be only used from PerformanceTests/BlinkGC to explicitly measure only Blink GC time.
// Normal LayoutTests should use gc() instead as it would trigger both Blink GC and V8 GC.
@@ -376,7 +370,6 @@ public:
bool setScrollbarVisibilityInScrollableArea(Node*, bool visible);
void forceRestrictIFramePermissions();
-
private:
explicit Internals(ScriptState*);
Document* contextDocument() const;
« no previous file with comments | « Source/core/plugins/testing/DocumentFragmentPluginPlaceholder.h ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698