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

Unified Diff: chrome/browser/about_flags.cc

Issue 164183012: Remove --enable-per-tile-painting and --ui-enable-per-tile-painting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: enablepertilepainting: rebase Created 6 years, 10 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 | « cc/base/switches.cc ('k') | chrome/browser/chromeos/login/chrome_restart_request.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 014c5641574bffda83143665ff7256028db959ef..2908db8adb286a3f3d5851ce94ab82c6d710b294 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -889,13 +889,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kDisableVp8AlphaPlayback)
},
{
- "per-tile-painting",
- IDS_FLAGS_PER_TILE_PAINTING_NAME,
- IDS_FLAGS_PER_TILE_PAINTING_DESCRIPTION,
- kOsMac | kOsLinux | kOsCrOS,
- SINGLE_VALUE_TYPE(cc::switches::kEnablePerTilePainting)
- },
- {
"enable-javascript-harmony",
IDS_FLAGS_ENABLE_JAVASCRIPT_HARMONY_NAME,
IDS_FLAGS_ENABLE_JAVASCRIPT_HARMONY_DESCRIPTION,
« no previous file with comments | « cc/base/switches.cc ('k') | chrome/browser/chromeos/login/chrome_restart_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698