| Index: chrome/test/ppapi/ppapi_test.h
|
| ===================================================================
|
| --- chrome/test/ppapi/ppapi_test.h (revision 257432)
|
| +++ chrome/test/ppapi/ppapi_test.h (working copy)
|
| @@ -130,6 +130,7 @@
|
| class PPAPINaClTest : public PPAPITestBase {
|
| public:
|
| virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
|
| + virtual void SetUpOnMainThread() OVERRIDE;
|
| // PPAPITestBase overrides.
|
| virtual void RunTest(const std::string& test_case) OVERRIDE;
|
| virtual void RunTestAndReload(const std::string& test_case) OVERRIDE;
|
|
|