| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 758148dd45411d5ccc71ccc4f53e9ae62b46ed4b..9b246a2fce4895b5bdea0d61bdbf91b163e7db5d 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -820,7 +820,7 @@ class Browser : public TabStripModelObserver,
|
| DetachType type);
|
|
|
| // Shared code between Reload() and ReloadBypassingCache().
|
| - void ReloadInternal(WindowOpenDisposition disposition, bool ignore_cache);
|
| + void ReloadInternal(WindowOpenDisposition disposition, bool bypass_cache);
|
|
|
| // Returns true if the Browser window supports a location bar. Having support
|
| // for the location bar does not mean it will be visible.
|
|
|