| 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
|
|
|