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

Unified Diff: content/shell/renderer/layout_test/layout_test_content_renderer_client.cc

Issue 2445323007: Remove AlwaysUseComplexText runtime flag (status=stable) (Closed)
Patch Set: Created 4 years, 2 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 | third_party/WebKit/Source/platform/LayoutTestSupport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/layout_test/layout_test_content_renderer_client.cc
diff --git a/content/shell/renderer/layout_test/layout_test_content_renderer_client.cc b/content/shell/renderer/layout_test/layout_test_content_renderer_client.cc
index 11e0338cf6b5f2b4683d307e223274d074e65955..e885af0cbbf657fdc5bb308e08d106e083950fd1 100644
--- a/content/shell/renderer/layout_test/layout_test_content_renderer_client.cc
+++ b/content/shell/renderer/layout_test/layout_test_content_renderer_client.cc
@@ -292,10 +292,6 @@ void LayoutTestContentRendererClient::
switches::kEnableFontAntialiasing)) {
blink::setFontAntialiasingEnabledForTest(true);
}
- if (base::CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kAlwaysUseComplexText)) {
- blink::setAlwaysUseComplexTextForTest(true);
- }
}
} // namespace content
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/LayoutTestSupport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698