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

Unified Diff: ios/web/public/test/fakes/test_navigation_manager.h

Issue 2742953003: created web::ReloadType (Closed)
Patch Set: Rebase Created 3 years, 9 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 | « ios/web/public/reload_type.h ('k') | ios/web/public/test/fakes/test_navigation_manager.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/test/fakes/test_navigation_manager.h
diff --git a/ios/web/public/test/fakes/test_navigation_manager.h b/ios/web/public/test/fakes/test_navigation_manager.h
index 812077a4bf06379aaebdc39fbebcdb0ab213f76f..e36ebb72ecd50381a8c04c4e8822a63681a99e33 100644
--- a/ios/web/public/test/fakes/test_navigation_manager.h
+++ b/ios/web/public/test/fakes/test_navigation_manager.h
@@ -38,7 +38,7 @@ class TestNavigationManager : public web::NavigationManager {
void GoBack() override;
void GoForward() override;
void GoToIndex(int index) override;
- void Reload(bool check_for_reposts) override;
+ void Reload(ReloadType reload_type, bool check_for_reposts) override;
void OverrideDesktopUserAgentForNextPendingItem() override;
// Setters for test data.
« no previous file with comments | « ios/web/public/reload_type.h ('k') | ios/web/public/test/fakes/test_navigation_manager.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698