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

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

Issue 174367: Change the ChromiumPasteboard to have a notion of an alternate clipboard... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « webkit/glue/webview_impl.cc ('k') | 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
===================================================================
--- webkit/tools/test_shell/mock_webclipboard_impl.h (revision 25640)
+++ webkit/tools/test_shell/mock_webclipboard_impl.h (working copy)
@@ -15,10 +15,12 @@
class MockWebClipboardImpl : public WebKit::WebClipboard {
public:
- virtual bool isFormatAvailable(WebKit::WebClipboard::Format);
+ virtual bool isFormatAvailable(WebKit::WebClipboard::Format,
+ WebKit::WebClipboard::Buffer);
- virtual WebKit::WebString readPlainText();
- virtual WebKit::WebString readHTML(WebKit::WebURL*);
+ virtual WebKit::WebString readPlainText(WebKit::WebClipboard::Buffer);
+ virtual WebKit::WebString readHTML(WebKit::WebClipboard::Buffer,
+ WebKit::WebURL*);
virtual void writeHTML(
const WebKit::WebString& htmlText, const WebKit::WebURL&,
« no previous file with comments | « webkit/glue/webview_impl.cc ('k') | webkit/tools/test_shell/mock_webclipboard_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698