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

Unified Diff: ppapi/tests/test_flash_clipboard.h

Issue 11225021: Move flash clipboard to the new proxy and add custom format support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 1 month 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/shared_impl/resource.h ('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 e04f89dc0b21493f4e8757f7fdb9f35df4d4ff43..3b11d5b8c243daea1ad350d1105fd509af85bb1c 100644
--- a/ppapi/tests/test_flash_clipboard.h
+++ b/ppapi/tests/test_flash_clipboard.h
@@ -20,11 +20,9 @@ class TestFlashClipboard : public TestCase {
private:
// Helpers.
- 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,
- bool expected);
+ bool ReadStringVar(uint32_t format, std::string* result);
+ bool WriteStringVar(uint32_t format, const std::string& text);
+ bool IsFormatAvailableMatches(uint32_t format, bool expected);
bool ReadPlainTextMatches(const std::string& expected);
bool ReadHTMLMatches(const std::string& expected);
@@ -33,8 +31,10 @@ class TestFlashClipboard : public TestCase {
std::string TestReadWriteHTML();
std::string TestReadWriteRTF();
std::string TestReadWriteMultipleFormats();
+ std::string TestReadWriteCustomData();
std::string TestClear();
std::string TestInvalidFormat();
+ std::string TestRegisterCustomFormat();
};
#endif // PAPPI_TESTS_TEST_FLASH_FULLSCREEN_H_
« no previous file with comments | « ppapi/shared_impl/resource.h ('k') | ppapi/tests/test_flash_clipboard.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698