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

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

Issue 2043833003: customtabs: Initialize the spare renderer using the new WebContents method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Proguard fix for a test. Created 4 years, 6 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 | « chrome/browser/android/web_contents_factory.cc ('k') | 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 73c5aba8759b2d6596cfcf0f867bc5ff6a472c11..6a2a2301301bc6bf803246616e7d034761b410be 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
@@ -156,6 +156,7 @@ public interface NavigationController {
* @param index Index to retrieve the NavigationEntry for.
* @return Entry containing info about the navigation, null if the index is out of bounds.
*/
+ @VisibleForTesting
public NavigationEntry getEntryAtIndex(int index);
/**
« no previous file with comments | « chrome/browser/android/web_contents_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698