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

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

Issue 22293003: Clean up compositor initialization/destruction. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanupcompositor: UseRealGLBindings in NetInternalsTest Created 7 years, 4 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 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_

Powered by Google App Engine
This is Rietveld 408576698