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

Unified Diff: content/shell/shell_main_delegate.cc

Issue 11362161: Use the WebTestProxy for layout tests in content_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: version that doesn't expose RenderViewImpl in public API Created 8 years, 1 month 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: content/shell/shell_main_delegate.cc
diff --git a/content/shell/shell_main_delegate.cc b/content/shell/shell_main_delegate.cc
index 8baa83249d92358993a71683adf459b9a2bd068b..2a31718e5ae9f5ad033708a1477b53f8b80b7cb4 100644
--- a/content/shell/shell_main_delegate.cc
+++ b/content/shell/shell_main_delegate.cc
@@ -106,6 +106,8 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
switches::kUseGL, gfx::kGLImplementationOSMesaName);
CommandLine::ForCurrentProcess()->AppendSwitch(
switches::kIgnoreGpuBlacklist);
+ CommandLine::ForCurrentProcess()->AppendSwitch(
+ switches::kForceRendererAccessibility);
net::CookieMonster::EnableFileScheme();
if (!WebKitTestPlatformInitialize()) {
if (exit_code)

Powered by Google App Engine
This is Rietveld 408576698