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

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
« no previous file with comments | « ppapi/proxy/ppb_flash_clipboard_proxy.cc ('k') | ppapi/tests/test_flash_clipboard.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..e04f89dc0b21493f4e8757f7fdb9f35df4d4ff43 100644
--- a/ppapi/tests/test_flash_clipboard.h
+++ b/ppapi/tests/test_flash_clipboard.h
@@ -20,7 +20,7 @@ class TestFlashClipboard : public TestCase {
private:
// Helpers.
- std::string ReadStringVar(PP_Flash_Clipboard_Format format);
+ bool ReadStringVar(PP_Flash_Clipboard_Format format, std::string* result);
bool WriteStringVar(PP_Flash_Clipboard_Format format,
const std::string& text);
bool IsFormatAvailableMatches(PP_Flash_Clipboard_Format format,
@@ -31,8 +31,10 @@ class TestFlashClipboard : public TestCase {
// Tests.
std::string TestReadWritePlainText();
std::string TestReadWriteHTML();
+ std::string TestReadWriteRTF();
std::string TestReadWriteMultipleFormats();
std::string TestClear();
+ std::string TestInvalidFormat();
};
#endif // PAPPI_TESTS_TEST_FLASH_FULLSCREEN_H_
« no previous file with comments | « ppapi/proxy/ppb_flash_clipboard_proxy.cc ('k') | ppapi/tests/test_flash_clipboard.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698