Index: ppapi/tests/test_flash.h |
diff --git a/ppapi/tests/test_flash.h b/ppapi/tests/test_flash.h |
index 0643db26d1efef4245884620e642f0e6ef3127f6..f3f62767be26a165da554990067304dacc2fa2a8 100644 |
--- a/ppapi/tests/test_flash.h |
+++ b/ppapi/tests/test_flash.h |
@@ -17,7 +17,6 @@ class TestFlash : public TestCase { |
explicit TestFlash(TestingInstance* instance); |
// TestCase implementation. |
- virtual bool Init(); |
virtual void RunTests(const std::string& filter); |
private: |
@@ -26,17 +25,11 @@ class TestFlash : public TestCase { |
// std::string TestDrawGlyphs(); |
std::string TestGetProxyForURL(); |
// std::string TestNavigate(); |
- std::string TestMessageLoop(); |
std::string TestGetLocalTimeZoneOffset(); |
std::string TestGetCommandLineArgs(); |
- std::string TestGetDeviceID(); |
- std::string TestGetSettingInt(); |
std::string TestGetSetting(); |
std::string TestSetCrashData(); |
- void QuitMessageLoopTask(int32_t); |
- |
- const PPB_Flash* flash_interface_; |
pp::CompletionCallbackFactory<TestFlash> callback_factory_; |
}; |