Commit 22ee6d72 authored by mvanouwerkerk's avatar mvanouwerkerk Committed by Commit bot

Delete unused NewTabPageView#isAnimatedLogoShowing

BUG=616090

Review-Url: https://codereview.chromium.org/2175683002
Cr-Commit-Position: refs/heads/master@{#407132}
parent 1cb4937c
...@@ -134,7 +134,7 @@ public class LogoView extends FrameLayout implements OnClickListener { ...@@ -134,7 +134,7 @@ public class LogoView extends FrameLayout implements OnClickListener {
/** /**
* @return True after we receive an animated logo from the server. * @return True after we receive an animated logo from the server.
*/ */
public boolean isAnimatedLogoShowing() { private boolean isAnimatedLogoShowing() {
return mAnimatedLogoDrawable != null; return mAnimatedLogoDrawable != null;
} }
......
...@@ -624,13 +624,6 @@ public class NewTabPageView extends FrameLayout ...@@ -624,13 +624,6 @@ public class NewTabPageView extends FrameLayout
mSearchProviderLogoView.playAnimatedLogo(gifImage); mSearchProviderLogoView.playAnimatedLogo(gifImage);
} }
/**
* @return Whether the GIF animation is playing in the logo.
*/
boolean isAnimatedLogoShowing() {
return mSearchProviderLogoView.isAnimatedLogoShowing();
}
/** /**
* @return Whether URL focus animations are currently disabled. * @return Whether URL focus animations are currently disabled.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment