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

Unified Diff: content/browser/gpu/gpu_functional_browsertest.cc

Issue 23619061: remove unnecessary Shell::Initialize causing DCHECK on gpu_win bots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_functional_browsertest.cc
diff --git a/content/browser/gpu/gpu_functional_browsertest.cc b/content/browser/gpu/gpu_functional_browsertest.cc
index 1bef1fb2b2e1eb6809c5fafa8c1711f5ce62267e..4e95d2d5c11391fbc26a74665681061e527201e0 100644
--- a/content/browser/gpu/gpu_functional_browsertest.cc
+++ b/content/browser/gpu/gpu_functional_browsertest.cc
@@ -70,7 +70,6 @@ class GpuFunctionalTest : public ContentBrowserTest {
}
void VerifyGPUProcessOnPage(std::string filename, bool wait) {
- Shell::Initialize();
ASSERT_TRUE(test_server()->Start());
DOMMessageQueue message_queue;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698