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

Unified Diff: content/renderer/webclipboard_impl.h

Issue 2146323002: Expose RTF content on the clipboard as strings to pages when pasting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: BrowserTestClipboardScope. Created 4 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 | « content/public/test/browser_test_utils.cc ('k') | content/renderer/webclipboard_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/webclipboard_impl.h
diff --git a/content/renderer/webclipboard_impl.h b/content/renderer/webclipboard_impl.h
index 6a3d82b574117086f341603757c07714ce7f4ae1..009980ca2e2f94ec4d42420f6cf4abca901c9f0c 100644
--- a/content/renderer/webclipboard_impl.h
+++ b/content/renderer/webclipboard_impl.h
@@ -33,6 +33,7 @@ class WebClipboardImpl : public blink::WebClipboard {
blink::WebURL* source_url,
unsigned* fragment_start,
unsigned* fragment_end) override;
+ blink::WebString readRTF(Buffer buffer) override;
blink::WebBlobInfo readImage(Buffer buffer) override;
blink::WebString readCustomData(Buffer buffer,
const blink::WebString& type) override;
« no previous file with comments | « content/public/test/browser_test_utils.cc ('k') | content/renderer/webclipboard_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698