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