diff options
author | nsatragno <nsatragno@chromium.org> | 2015-01-29 12:32:50 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-29 20:33:54 +0000 |
commit | a3f6c9fe77dad444455ae4bf5474c3ead2c01b4b (patch) | |
tree | 591127e55a255c3e8194247c5a8a2270ae8b03e9 /ash/ash_switches.h | |
parent | aeb16229828a39c13d4b59451c745f032731da48 (diff) | |
download | chromium_src-a3f6c9fe77dad444455ae4bf5474c3ead2c01b4b.zip chromium_src-a3f6c9fe77dad444455ae4bf5474c3ead2c01b4b.tar.gz chromium_src-a3f6c9fe77dad444455ae4bf5474c3ead2c01b4b.tar.bz2 |
Removed kAshDisableTextFilteringInOverviewMode flag.
Now that the text filtering feature is mature, we can remove the flag
that allows disabling it safely.
BUG=452107
TEST=manual
Review URL: https://codereview.chromium.org/878173002
Cr-Commit-Position: refs/heads/master@{#313776}
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r-- | ash/ash_switches.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h index 9562beb..12a71dc 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -22,7 +22,6 @@ ASH_EXPORT extern const char kAshConstrainPointerToRoot[]; ASH_EXPORT extern const char kAshCopyHostBackgroundAtBoot[]; ASH_EXPORT extern const char kAshDebugShortcuts[]; ASH_EXPORT extern const char kAshDisableLockLayoutManager[]; -ASH_EXPORT extern const char kAshDisableTextFilteringInOverviewMode[]; ASH_EXPORT extern const char kAshDisableTouchExplorationMode[]; #if defined(OS_CHROMEOS) ASH_EXPORT extern const char kAshEnableFullscreenAppList[]; |