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

Unified Diff: services/navigation/public/interfaces/view.mojom

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 | « extensions/browser/guest_view/web_view/web_view_guest.cc ('k') | services/navigation/view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/public/interfaces/view.mojom
diff --git a/services/navigation/public/interfaces/view.mojom b/services/navigation/public/interfaces/view.mojom
index 742272f4d5d31d40f24f71a292c1d5bbf55e8b79..c75b47e2f46dfa27aca9787330808a6a92f61b00 100644
--- a/services/navigation/public/interfaces/view.mojom
+++ b/services/navigation/public/interfaces/view.mojom
@@ -111,7 +111,7 @@ interface View {
GoBack();
GoForward();
NavigateToOffset(int32 offset);
- Reload(bool skip_cache);
+ Reload(bool bypass_cache);
Stop();
// Obtains a Mus WindowTreeClient for the View, so it can be embedded in a
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_guest.cc ('k') | services/navigation/view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698