Index: chrome/test/base/test_launcher_utils.h |
diff --git a/chrome/test/base/test_launcher_utils.h b/chrome/test/base/test_launcher_utils.h |
index 242be691296b64fbd06c8a83e0b3ce19da6b1a8b..18d46b5cb61807fbf3af0cf275eac7b513ab04db 100644 |
--- a/chrome/test/base/test_launcher_utils.h |
+++ b/chrome/test/base/test_launcher_utils.h |
@@ -23,12 +23,6 @@ void PrepareBrowserCommandLineForTests(CommandLine* command_line); |
bool OverrideUserDataDir( |
const base::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 std::string& implementation_name) WARN_UNUSED_RESULT; |
- |
} // namespace test_launcher_utils |
#endif // CHROME_TEST_BASE_TEST_LAUNCHER_UTILS_H_ |