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

Unified Diff: webkit/tools/test_shell/mock_webclipboard_impl.h

Issue 6635003: Support event.clipboardData.types in layout tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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 | webkit/tools/test_shell/mock_webclipboard_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/mock_webclipboard_impl.h
diff --git a/webkit/tools/test_shell/mock_webclipboard_impl.h b/webkit/tools/test_shell/mock_webclipboard_impl.h
index d575d3ccbf67e5ed3def4cc672124a91cbbb49cf..2cf4f2b68d6bd2ea251860af914ad4eb59f92e43 100644
--- a/webkit/tools/test_shell/mock_webclipboard_impl.h
+++ b/webkit/tools/test_shell/mock_webclipboard_impl.h
@@ -31,6 +31,9 @@ class MockWebClipboardImpl : public WebKit::WebClipboard {
const WebKit::WebImage&, const WebKit::WebURL&,
const WebKit::WebString& title);
+ virtual WebKit::WebVector<WebKit::WebString> readAvailableTypes(
+ WebKit::WebClipboard::Buffer, bool* containsFilenames);
+
private:
WebKit::WebString m_plainText;
WebKit::WebString m_htmlText;
« no previous file with comments | « no previous file | webkit/tools/test_shell/mock_webclipboard_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698