| 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_
|
|
|