| Index: chrome/browser/ui/panels/panel_host.cc
|
| diff --git a/chrome/browser/ui/panels/panel_host.cc b/chrome/browser/ui/panels/panel_host.cc
|
| index 7f2013ba55e83b1170cd25210332441ecb02aae4..65344c8f7bb9b0990d0d8456f4be9ad6c5474f27 100644
|
| --- a/chrome/browser/ui/panels/panel_host.cc
|
| +++ b/chrome/browser/ui/panels/panel_host.cc
|
| @@ -236,9 +236,9 @@ void PanelHost::Reload() {
|
| web_contents_->GetController().Reload(true);
|
| }
|
|
|
| -void PanelHost::ReloadIgnoringCache() {
|
| - content::RecordAction(UserMetricsAction("ReloadIgnoringCache"));
|
| - web_contents_->GetController().ReloadIgnoringCache(true);
|
| +void PanelHost::ReloadBypassingCache() {
|
| + content::RecordAction(UserMetricsAction("ReloadBypassingCache"));
|
| + web_contents_->GetController().ReloadBypassingCache(true);
|
| }
|
|
|
| void PanelHost::StopLoading() {
|
|
|