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

Unified Diff: chrome/test/test_launcher_utils.h

Issue 4784001: Removed --use-gl=osmesa as default for ui and browser tests.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/in_process_browser_test.cc ('k') | chrome/test/test_launcher_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/test/in_process_browser_test.cc ('k') | chrome/test/test_launcher_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698