| Index: chrome/browser/ui/panels/panel_host.h
|
| diff --git a/chrome/browser/ui/panels/panel_host.h b/chrome/browser/ui/panels/panel_host.h
|
| index 9784dcb5127d9ca9b4c09788788cfbdc4ffec5a4..49c25b5b2268b598bc5bbdc72ee7aa2848735a8b 100644
|
| --- a/chrome/browser/ui/panels/panel_host.h
|
| +++ b/chrome/browser/ui/panels/panel_host.h
|
| @@ -84,7 +84,7 @@ class PanelHost : public content::WebContentsDelegate,
|
|
|
| // Actions on web contents.
|
| void Reload();
|
| - void ReloadIgnoringCache();
|
| + void ReloadBypassingCache();
|
| void StopLoading();
|
| void Zoom(content::PageZoom zoom);
|
|
|
|
|