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

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

Issue 2370023002: Revert of Reland: Ntp: restore scroll position. (Closed)
Patch Set: Created 4 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 | « content/public/android/java/src/org/chromium/content/browser/framehost/NavigationControllerImpl.java ('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 84b563713d695ea18b8a1a9af6a0ca6e3e7c483c..65da9eb17c6ea5383954a9e03a6df6edea2b1376 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
@@ -196,20 +196,4 @@
* @param replaceEntry Whether to replace the current entry in source
*/
public void copyStateFromAndPrune(NavigationController source, boolean replaceEntry);
-
- /**
- * Gets extra data on the {@link NavigationEntry} at {@code index}.
- * @param index The index of the navigation entry.
- * @param key The data key.
- * @return The data value, or null if not found.
- */
- String getEntryExtraData(int index, String key);
-
- /**
- * Sets extra data on the {@link NavigationEntry} at {@code index}.
- * @param index The index of the navigation entry.
- * @param key The data key.
- * @param value The data value.
- */
- void setEntryExtraData(int index, String key, String value);
}
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/framehost/NavigationControllerImpl.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698