Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(739)

Unified Diff: content/public/android/java/src/org/chromium/content_public/browser/NavigationController.java

Issue 591283002: [proguard] Add VisibleToTesting to clearHistory on NavigationController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/java/src/org/chromium/content_public/browser/NavigationController.java
diff --git a/content/public/android/java/src/org/chromium/content_public/browser/NavigationController.java b/content/public/android/java/src/org/chromium/content_public/browser/NavigationController.java
index 3e9eb09c50d0bfa7e7c457b2ddcd19596396eb2d..d9c18690cb9d7a2eb9d74ddf54b2a01b278ffa06 100644
--- a/content/public/android/java/src/org/chromium/content_public/browser/NavigationController.java
+++ b/content/public/android/java/src/org/chromium/content_public/browser/NavigationController.java
@@ -4,6 +4,8 @@
package org.chromium.content_public.browser;
+import org.chromium.base.VisibleForTesting;
+
/**
* The NavigationController Java wrapper to allow communicating with the native
* NavigationController object.
@@ -90,6 +92,7 @@ public interface NavigationController {
* Clears NavigationController's page history in both backwards and
* forwards directions.
*/
+ @VisibleForTesting
public void clearHistory();
/**
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698