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

Side by Side Diff: content/public/test/ppapi_test_utils.h

Issue 1480303002: Implement a basic PPAPI plugin for Blink layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android after https://codereview.chromium.org/1478633002 Created 5 years 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 unified diff | Download patch
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/test/ppapi_test_utils.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_PUBLIC_TEST_PPAPI_TEST_UTILS_H_ 5 #ifndef CONTENT_PUBLIC_TEST_PPAPI_TEST_UTILS_H_
6 #define CONTENT_PUBLIC_TEST_PPAPI_TEST_UTILS_H_ 6 #define CONTENT_PUBLIC_TEST_PPAPI_TEST_UTILS_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "base/files/file_path.h" 9 #include "base/files/file_path.h"
10 10
(...skipping 14 matching lines...) Expand all
25 bool RegisterTestPluginWithExtraParameters( 25 bool RegisterTestPluginWithExtraParameters(
26 base::CommandLine* command_line, 26 base::CommandLine* command_line,
27 const base::FilePath::StringType& extra_registration_parameters) 27 const base::FilePath::StringType& extra_registration_parameters)
28 WARN_UNUSED_RESULT; 28 WARN_UNUSED_RESULT;
29 29
30 // Registers the Power Saver test plugin to application/x-ppapi-tests. 30 // Registers the Power Saver test plugin to application/x-ppapi-tests.
31 // Returns true on success, and false otherwise. 31 // Returns true on success, and false otherwise.
32 bool RegisterPowerSaverTestPlugin(base::CommandLine* command_line) 32 bool RegisterPowerSaverTestPlugin(base::CommandLine* command_line)
33 WARN_UNUSED_RESULT; 33 WARN_UNUSED_RESULT;
34 34
35 // Registers the Blink test plugin to application/x-blink-test-plugin.
36 bool RegisterBlinkTestPlugin(base::CommandLine* command_line)
37 WARN_UNUSED_RESULT;
38
35 } // namespace ppapi 39 } // namespace ppapi
36 40
37 #endif // CONTENT_PUBLIC_TEST_PPAPI_TEST_UTILS_H_ 41 #endif // CONTENT_PUBLIC_TEST_PPAPI_TEST_UTILS_H_
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/test/ppapi_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698