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

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

Issue 1001333003: Introduce window.internals.selected{Html,Text}ForClipboard() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-03-17T18:33:35 Created 5 years, 9 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 | 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 028aef0aee82248560015a7406360affae8bb466..29c8b332b1fab183dcc1ac6ec0f1ee921cf205e6 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -341,6 +341,9 @@ public:
// Normal LayoutTests should use gc() instead as it would trigger both Blink GC and V8 GC.
void forceBlinkGCWithoutV8GC();
+ String Internals::selectedHTMLForClipboard();
tkent 2015/03/17 22:34:19 Remove "Internals::"
yosin_UTC9 2015/03/18 02:05:04 Oops, sorry MSVC accept this...
+ String Internals::selectedTextForClipboard();
+
private:
explicit Internals(Document*);
Document* contextDocument() const;
« no previous file with comments | « no previous file | Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698