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

Unified Diff: content/public/browser/navigation_controller.h

Issue 2544283002: NavigationController: remove ReloadToRefreshContent (Closed)
Patch Set: Created 4 years 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_public/browser/NavigationController.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/navigation_controller.h
diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h
index c6f3cc1ac2b1dd6728a921dc549a78c23bf7e5bb..3d3975235d74b2d187ef0fb4baa83b1dadfe208d 100644
--- a/content/public/browser/navigation_controller.h
+++ b/content/public/browser/navigation_controller.h
@@ -355,12 +355,6 @@ class NavigationController {
// is showing, initiates a new navigation to its URL.
virtual void Reload(bool check_for_repost) = 0;
- // Like Reload(), but for refreshing page content and may not need to
- // validate cache content.
- // TODO(kinuko): Update the comment once we fix the cache validation
- // behavior.
- virtual void ReloadToRefreshContent(bool check_for_repost) = 0;
-
// Like Reload(), but don't use caches (aka "shift-reload").
virtual void ReloadBypassingCache(bool check_for_repost) = 0;
« no previous file with comments | « content/public/android/java/src/org/chromium/content_public/browser/NavigationController.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698