Add an exponential backoff to rechecking the app list doodle.
[chromium-blink-merge.git] / ppapi / tests / mojo / test_mojo.h
blobcbf6a82ff39f6ca64004b21187a1ebd6aeac1bc9
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef PPAPI_TESTS_MOJO_TEST_MOJO_H_
6 #define PPAPI_TESTS_MOJO_TEST_MOJO_H_
8 #include "ppapi/tests/test_case.h"
9 #include "ppapi/tests/test_utils.h"
11 class TestMojo : public TestCase {
12 public:
13 explicit TestMojo(TestingInstance* instance);
14 // TestCase implementation.
15 virtual bool Init();
16 virtual void RunTests(const std::string& test_filter);
17 private:
18 std::string TestCreateMessagePipe();
21 #endif // PPAPI_TESTS_MOJO_TEST_MOJO_H_