| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 5a75ec5a4814df84c8f67cacd106e6fcb7c16fb0..758148dd45411d5ccc71ccc4f53e9ae62b46ed4b 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -819,7 +819,7 @@ class Browser : public TabStripModelObserver,
|
| int index,
|
| DetachType type);
|
|
|
| - // Shared code between Reload() and ReloadIgnoringCache().
|
| + // Shared code between Reload() and ReloadBypassingCache().
|
| void ReloadInternal(WindowOpenDisposition disposition, bool ignore_cache);
|
|
|
| // Returns true if the Browser window supports a location bar. Having support
|
|
|