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

Unified Diff: chrome/browser/extensions/api/webstore_private/webstore_private_apitest.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/api/webstore_private/webstore_private_apitest.cc
diff --git a/chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc b/chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc
index fa6e759244eb732b0ce454a2b116cd3381e5394d..49773188d64e0a14166a577698abf2b0d7f37e53 100644
--- a/chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc
+++ b/chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc
@@ -29,6 +29,7 @@
#include "content/public/browser/notification_registrar.h"
#include "content/public/common/gpu_info.h"
#include "content/public/test/browser_test_utils.h"
+#include "content/public/test/test_launcher_utils.h"
#include "net/base/mock_host_resolver.h"
#include "ui/gl/gl_switches.h"
@@ -238,7 +239,7 @@ class ExtensionWebstoreGetWebGLStatusTest : public InProcessBrowserTest {
// In linux, we need to launch GPU process to decide if WebGL is allowed.
// Run it on top of osmesa to avoid bot driver issues.
#if defined(OS_LINUX)
- CHECK(test_launcher_utils::OverrideGLImplementation(
+ CHECK(content::OverrideGLImplementation(
command_line, gfx::kGLImplementationOSMesaName)) <<
"kUseGL must not be set multiple times!";
#endif
« no previous file with comments | « no previous file | chrome/browser/extensions/browser_tag_browsertest.cc » ('j') | content/public/test/test_launcher_utils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698