[Android] Do not process NTP scroll updates to the toolbar while in the switcher.
commit899259c6a240995c5a9acd3466deb7b273e3d0fe
authortedchoc <tedchoc@chromium.org>
Mon, 8 Jun 2015 22:30:32 +0000 (8 15:30 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 8 Jun 2015 22:31:32 +0000 (8 22:31 +0000)
tree17453b83412d452dce4f8845e03c7b50a2dbd05f
parent4d9a39706010df2738c49c327e461aba2cc4339c
[Android] Do not process NTP scroll updates to the toolbar while in the switcher.

I made a poor assumption that it would not be possible to get to
the switcher while on the NTP after scrolling up to hide the menu
and tab switcher buttons.  By long pressing -> open in incognito, you
can then get to the switcher from there.  After swiping back to the
normal stack, it would pick up the previously set NTP scroll position
to try and recorrect the visuals.  In this case, we can just ignore
updates while in the tab switcher as it will be re-triggered upon
exiting the switcher.

BUG=494881

Review URL: https://codereview.chromium.org/1164673003

Cr-Commit-Position: refs/heads/master@{#333366}
chrome/android/java_staging/src/org/chromium/chrome/browser/toolbar/ToolbarPhone.java