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

Unified Diff: chrome/browser/about_flags.cc

Issue 1133243003: Remove Win32k fieldtrial, flag and switches, and make default enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | content/browser/renderer_host/render_process_host_browsertest.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 edb9981dab995e4cd0027e9cca7a163e2ca1c64f..a6f896ecc4fd1955ade34551c22175c949d4527d 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -570,14 +570,6 @@ const Experiment kExperiments[] = {
kOsWin,
SINGLE_VALUE_TYPE(switches::kDisableDirectWrite)
},
- {
- "enable-win32k-renderer-lockdown",
- IDS_FLAGS_ENABLE_WIN32K_RENDERER_LOCKDOWN_NAME,
Lei Zhang 2015/05/13 17:19:49 Remove the resources from the .grd file?
Will Harris 2015/05/13 17:22:56 Ah yes, good spot. Thanks!
- IDS_FLAGS_ENABLE_WIN32K_RENDERER_LOCKDOWN_DESCRIPTION,
- kOsWin,
- ENABLE_DISABLE_VALUE_TYPE(switches::kEnableWin32kRendererLockDown,
- switches::kDisableWin32kRendererLockDown)
- },
#endif
{
"enable-experimental-canvas-features",
« no previous file with comments | « no previous file | content/browser/renderer_host/render_process_host_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698