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

Unified Diff: ppapi/tests/test_flash_clipboard.h

Issue 9921018: Added RTF support to pepper API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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
Index: ppapi/tests/test_flash_clipboard.h
diff --git a/ppapi/tests/test_flash_clipboard.h b/ppapi/tests/test_flash_clipboard.h
index 9dc49569cce11328ef05115c7258e98cb542df7e..fd768f602046d92e84a858b201c683587d1bf623 100644
--- a/ppapi/tests/test_flash_clipboard.h
+++ b/ppapi/tests/test_flash_clipboard.h
@@ -31,6 +31,7 @@ class TestFlashClipboard : public TestCase {
// Tests.
std::string TestReadWritePlainText();
std::string TestReadWriteHTML();
+ std::string TestReadWriteRTF();
std::string TestReadWriteMultipleFormats();
std::string TestClear();
};

Powered by Google App Engine
This is Rietveld 408576698