summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authormdjones <mdjones@chromium.org>2016-01-12 10:14:33 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-12 18:17:32 +0000
commita312107403a0bf0cd229c6445ad3afd025a04d26 (patch)
tree098de7cbb55566ceeede5e0058ee9d7d9064bf92 /chrome/common/chrome_switches.cc
parent4829899e0525c05844260a24f9c51fcc8964678c (diff)
downloadchromium_src-a312107403a0bf0cd229c6445ad3afd025a04d26.zip
chromium_src-a312107403a0bf0cd229c6445ad3afd025a04d26.tar.gz
chromium_src-a312107403a0bf0cd229c6445ad3afd025a04d26.tar.bz2
Remove unused Reader Mode flag
Remove the flag that would enable animation of reader mode. Since animation now is the intended behavior, the flag is no longer needed. BUG= Review URL: https://codereview.chromium.org/1571993002 Cr-Commit-Position: refs/heads/master@{#368915}
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index a667134..e85b2f6 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1119,10 +1119,6 @@ const char kEnableAccessibilityTabSwitcher[] =
// Enables Contextual Search.
const char kEnableContextualSearch[] = "enable-contextual-search";
-// Enables the DOM distiller animated button UI for Android.
-const char kEnableDomDistillerButtonAnimation[] =
- "enable-dom-distiller-button-animation";
-
// Enables chrome hosted mode for Android.
const char kEnableHostedMode[] = "enable-hosted-mode";