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

Unified Diff: chrome/test/base/test_launcher_utils.h

Issue 10984040: Enable gpu crash tests in content (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: refine Created 8 years, 3 months 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
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 26c5125a708ac74ed0a0b8ed066b8a2c675186e4..a8a5b03c0b60e12f1061ce75d0318968078b15e8 100644
--- a/chrome/test/base/test_launcher_utils.h
+++ b/chrome/test/base/test_launcher_utils.h
@@ -22,12 +22,6 @@ void PrepareBrowserCommandLineForTests(CommandLine* command_line);
// 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 std::string& implementation_name) WARN_UNUSED_RESULT;
-
} // namespace test_launcher_utils
#endif // CHROME_TEST_BASE_TEST_LAUNCHER_UTILS_H_

Powered by Google App Engine
This is Rietveld 408576698