Index: chrome/test/test_launcher_utils.h |
=================================================================== |
--- chrome/test/test_launcher_utils.h (revision 65835) |
+++ chrome/test/test_launcher_utils.h (working copy) |
@@ -21,6 +21,12 @@ |
// Overrides the current process' user data dir. |
bool OverrideUserDataDir(const FilePath& user_data_dir) WARN_UNUSED_RESULT; |
+// Override the GL implementation. The names are the same as for the --use-gl |
+// command line switch. Use the constants in the gfx namespace. |
+bool OverrideGLImplementation( |
+ CommandLine* command_line, |
+ const char* implementation_name) WARN_UNUSED_RESULT; |
Paweł Hajdan Jr.
2010/11/12 08:47:51
nit: Use const std::string& instead of const char*
|
+ |
} // namespace test_launcher_utils |
#endif // CHROME_TEST_TEST_LAUNCHER_UTILS_H_ |