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

Unified Diff: chrome/browser/extensions/browser_tag_browsertest.cc

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/browser/extensions/browser_tag_browsertest.cc
diff --git a/chrome/browser/extensions/browser_tag_browsertest.cc b/chrome/browser/extensions/browser_tag_browsertest.cc
index e63769a2403e38c0f24e211b609c304bd2b1984b..72258b24265901f3540c3f9aedda9d96273eecb0 100644
--- a/chrome/browser/extensions/browser_tag_browsertest.cc
+++ b/chrome/browser/extensions/browser_tag_browsertest.cc
@@ -10,6 +10,7 @@
#include "content/public/browser/notification_service.h"
#include "content/public/browser/render_process_host.h"
#include "content/public/test/browser_test_utils.h"
+#include "content/public/test/test_launcher_utils.h"
#include "ui/compositor/compositor_setup.h"
#include "ui/gl/gl_switches.h"
@@ -18,7 +19,7 @@ class BrowserTagTest : public extensions::PlatformAppBrowserTest {
virtual void SetUpCommandLine(CommandLine* command_line) {
extensions::PlatformAppBrowserTest::SetUpCommandLine(command_line);
#if !defined(OS_MACOSX)
- CHECK(test_launcher_utils::OverrideGLImplementation(
+ CHECK(content::OverrideGLImplementation(
command_line, gfx::kGLImplementationOSMesaName)) <<
"kUseGL must not be set by test framework code!";
#endif

Powered by Google App Engine
This is Rietveld 408576698