summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authortwellington <twellington@chromium.org>2015-11-12 12:32:04 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-12 20:33:01 +0000
commit76f31809e3e5e357ba3189cd8887591e98870897 (patch)
tree8bae3d031d80e03d7d8276cece6e6e7f4fa65005 /testing
parent9e642d66d03205ec68c009f68baadf806c5b6d6a (diff)
downloadchromium_src-76f31809e3e5e357ba3189cd8887591e98870897.zip
chromium_src-76f31809e3e5e357ba3189cd8887591e98870897.tar.gz
chromium_src-76f31809e3e5e357ba3189cd8887591e98870897.tar.bz2
Introduce support to disable auto-hiding the toolbar
Adds a command line flag, field trial name, and other support to disable auto-hiding the toolbar when the page is scrolled. The toolbar is still hidden if page content goes fullscreen. BUG=554565 Review URL: https://codereview.chromium.org/1442483002 Cr-Commit-Position: refs/heads/master@{#359379}
Diffstat (limited to 'testing')
-rw-r--r--testing/variations/fieldtrial_testing_config_android.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/variations/fieldtrial_testing_config_android.json b/testing/variations/fieldtrial_testing_config_android.json
index a756e4a..3635450 100644
--- a/testing/variations/fieldtrial_testing_config_android.json
+++ b/testing/variations/fieldtrial_testing_config_android.json
@@ -88,6 +88,14 @@
"group_name": "Enabled"
}
],
+ "DisableAutoHidingToolbar": [
+ {
+ "group_name": "Enabled",
+ "params": {
+ "disable_auto_hiding_toolbar_threshold": "800"
+ }
+ }
+ ],
"EnableMediaThreadForMediaPlayback": [
{
"group_name": "Enabled"