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

Unified Diff: content/browser/web_contents/navigation_controller_impl.h

Issue 10704048: [RDS] Reloads a page using the original request URL (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
Index: content/browser/web_contents/navigation_controller_impl.h
diff --git a/content/browser/web_contents/navigation_controller_impl.h b/content/browser/web_contents/navigation_controller_impl.h
index aa9ac236e61c91a588495b6fc89af686f0354575..7a7872b4904b54340818ce6fb07dbeca75368612 100644
--- a/content/browser/web_contents/navigation_controller_impl.h
+++ b/content/browser/web_contents/navigation_controller_impl.h
@@ -96,6 +96,7 @@ class CONTENT_EXPORT NavigationControllerImpl
virtual bool IsInitialNavigation() OVERRIDE;
virtual void Reload(bool check_for_repost) OVERRIDE;
virtual void ReloadIgnoringCache(bool check_for_repost) OVERRIDE;
+ virtual void ReloadOriginalRequestURL() OVERRIDE;
virtual void NotifyEntryChanged(const content::NavigationEntry* entry,
int index) OVERRIDE;
virtual void CopyStateFrom(
« no previous file with comments | « no previous file | content/browser/web_contents/navigation_controller_impl.cc » ('j') | content/common/view_message_enums.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698