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

Unified Diff: chrome/browser/about_flags.cc

Issue 323563005: Enable DirectWrite by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/app/generated_resources.grd ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 0118e1bd10336925737e032a78ac399a7e4e849d..28b39a5d92044754aed168dbead388dac2a11fad 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -519,11 +519,11 @@ const Experiment kExperiments[] = {
},
#if defined(OS_WIN)
{
- "enable-direct-write",
- IDS_FLAGS_ENABLE_DIRECT_WRITE_NAME,
- IDS_FLAGS_ENABLE_DIRECT_WRITE_DESCRIPTION,
+ "disable-direct-write",
+ IDS_FLAGS_DISABLE_DIRECT_WRITE_NAME,
+ IDS_FLAGS_DISABLE_DIRECT_WRITE_DESCRIPTION,
kOsWin,
- SINGLE_VALUE_TYPE(switches::kEnableDirectWrite)
+ SINGLE_VALUE_TYPE(switches::kDisableDirectWrite)
},
#endif
{
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698