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

Unified Diff: ppapi/tests/test_flash_clipboard.h

Issue 136183002: Add GetSequenceNumber function to PPB_Flash_Clipboard (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/ppapi_messages.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 3b11d5b8c243daea1ad350d1105fd509af85bb1c..824386c293077e1ecfa8bc1c95e4a46bbc2b3b14 100644
--- a/ppapi/tests/test_flash_clipboard.h
+++ b/ppapi/tests/test_flash_clipboard.h
@@ -25,6 +25,7 @@ class TestFlashClipboard : public TestCase {
bool IsFormatAvailableMatches(uint32_t format, bool expected);
bool ReadPlainTextMatches(const std::string& expected);
bool ReadHTMLMatches(const std::string& expected);
+ uint64_t GetSequenceNumber(uint64_t last_sequence_number);
// Tests.
std::string TestReadWritePlainText();
@@ -35,6 +36,7 @@ class TestFlashClipboard : public TestCase {
std::string TestClear();
std::string TestInvalidFormat();
std::string TestRegisterCustomFormat();
+ std::string TestGetSequenceNumber();
};
#endif // PAPPI_TESTS_TEST_FLASH_FULLSCREEN_H_
« no previous file with comments | « ppapi/proxy/ppapi_messages.h ('k') | ppapi/tests/test_flash_clipboard.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698