| Index: services/navigation/view_impl.h
|
| diff --git a/services/navigation/view_impl.h b/services/navigation/view_impl.h
|
| index 02c4b7a6cac3d7fa0f81fd109f8597094f819196..940f6fc76133b9334f83283094b113a769ba6a3d 100644
|
| --- a/services/navigation/view_impl.h
|
| +++ b/services/navigation/view_impl.h
|
| @@ -46,7 +46,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;
|
|
|