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

Unified Diff: Source/core/testing/Internals.h

Issue 1167343002: Add methods for creating V8 extras-based ReadableStreams from C++ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: That todo is not necessary according to yhirano@ Created 5 years, 5 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/streams/UnderlyingSourceBase.idl ('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 7740770d16bc613c4aa3005896418a72cdde3dc3..6ca81cf45f1681766ecdc340e29b8bdd003a6b20 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -67,6 +67,7 @@ class Node;
class Page;
class PluginPlaceholderOptions;
class PrivateScriptTest;
+class ReadableStreamTestCase;
class Range;
class SerializedScriptValue;
class ShadowRoot;
@@ -367,8 +368,11 @@ public:
void setCapsLockState(bool enabled);
+ ReadableStreamTestCase* createReadableStreamTestCase(ScriptState*);
+
private:
explicit Internals(ScriptState*);
+
Document* contextDocument() const;
LocalFrame* frame() const;
Vector<String> iconURLs(Document*, int iconTypesMask) const;
« no previous file with comments | « Source/core/streams/UnderlyingSourceBase.idl ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698