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

Unified Diff: services/navigation/view_impl.h

Issue 2561983002: NavigationController: Reload methods migration (Closed)
Patch Set: merge master 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 | « services/navigation/public/interfaces/view.mojom ('k') | services/navigation/view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/view_impl.h
diff --git a/services/navigation/view_impl.h b/services/navigation/view_impl.h
index d50703883f4191849e2ed5b7d3e414c9bbd883de..233c9e3280ab67e298ef9f4dca2dc7bd6f609136 100644
--- a/services/navigation/view_impl.h
+++ b/services/navigation/view_impl.h
@@ -48,7 +48,7 @@ class ViewImpl : public mojom::View,
void GoBack() override;
void GoForward() override;
void NavigateToOffset(int offset) override;
- void Reload(bool skip_cache) override;
+ void Reload(bool bypass_cache) override;
void Stop() override;
void GetWindowTreeClient(ui::mojom::WindowTreeClientRequest request) override;
void ShowInterstitial(const std::string& html) override;
« no previous file with comments | « services/navigation/public/interfaces/view.mojom ('k') | services/navigation/view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698