Commit 11383c4f authored by tedchoc's avatar tedchoc Committed by Commit bot

[proguard] Add VisibleToTesting to clearHistory on NavigationController.

Only used in tests currently, so we need to prevent it from being removed.

BUG=
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#296103}
parent ec649479
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
package org.chromium.content_public.browser; package org.chromium.content_public.browser;
import org.chromium.base.VisibleForTesting;
/** /**
* The NavigationController Java wrapper to allow communicating with the native * The NavigationController Java wrapper to allow communicating with the native
* NavigationController object. * NavigationController object.
...@@ -90,6 +92,7 @@ public interface NavigationController { ...@@ -90,6 +92,7 @@ public interface NavigationController {
* Clears NavigationController's page history in both backwards and * Clears NavigationController's page history in both backwards and
* forwards directions. * forwards directions.
*/ */
@VisibleForTesting
public void clearHistory(); public void clearHistory();
/** /**
......
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