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

Unified Diff: chrome/browser/task_manager/task_manager_browsertest.cc

Issue 10991032: Revert 158707 - Enable by default: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « chrome/browser/extensions/extension_tabs_apitest.cc ('k') | chrome/test/gpu/gpu_feature_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/task_manager/task_manager_browsertest.cc
===================================================================
--- chrome/browser/task_manager/task_manager_browsertest.cc (revision 158710)
+++ chrome/browser/task_manager/task_manager_browsertest.cc (working copy)
@@ -67,12 +67,10 @@
virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
ExtensionBrowserTest::SetUpCommandLine(command_line);
- // Do not prelaunch the GPU process and disable accelerated compositing
- // for these tests as the GPU process will show up in task manager but
- // whether it appears before or after the new tab renderer process is not
- // well defined.
+ // Do not prelaunch the GPU process for these tests because it will show
+ // up in task manager but whether it appears before or after the new tab
+ // renderer process is not well defined.
command_line->AppendSwitch(switches::kDisableGpuProcessPrelaunch);
- command_line->AppendSwitch(switches::kDisableAcceleratedCompositing);
}
};
« no previous file with comments | « chrome/browser/extensions/extension_tabs_apitest.cc ('k') | chrome/test/gpu/gpu_feature_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698