diff options
author | twellington <twellington@chromium.org> | 2015-11-19 18:00:10 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-11-20 02:00:50 +0000 |
commit | 1a99c0a77a800b8f578afb76c43024cfc7c4390b (patch) | |
tree | a060e1b40985fd94be7dc5a9c926f720375b2bbb /chrome/app | |
parent | aae1ab1185c863263663591a8614cb3de26ca922 (diff) | |
download | chromium_src-1a99c0a77a800b8f578afb76c43024cfc7c4390b.zip chromium_src-1a99c0a77a800b8f578afb76c43024cfc7c4390b.tar.gz chromium_src-1a99c0a77a800b8f578afb76c43024cfc7c4390b.tar.bz2 |
Change threshold for disabling auto-hiding toolbar in chrome://flags
Change the dp threshold for auto-hiding the toolbar through the chrome://flags
switch to 800dp to match the value we use when rolling out through finch.
BUG=558706
Review URL: https://codereview.chromium.org/1458303002
Cr-Commit-Position: refs/heads/master@{#360714}
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index a33f014..ad1dcd4 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -15377,10 +15377,10 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex <!-- Disable Auto-Hiding Toolbar Flags --> <message name="IDS_FLAGS_DISABLE_AUTO_HIDING_TOOLBAR_NAME" desc="Name of the flag to disable auto-hiding the toolbar."> - Disable auto-hiding the toolbar + Disable auto-hiding the toolbar on large tablets </message> <message name="IDS_FLAGS_DISABLE_AUTO_HIDING_TOOLBAR_DESCRIPTION" desc="Description of the flag to disable auto-hiding the toolbar."> - When enabled, the toolbar will never be hidden due to scrolling. It will still be hidden if page contents go fullscreen. + When enabled, the toolbar will never be hidden due to scrolling on devices with a minimum screen dp >= 800. It will still be hidden if page contents go fullscreen. </message> </if> |