| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 96a3feb63b6dbe947fb39dcc272eeb372bdedfe7..deb4cfda01733f9733757920e4d72d24b0ace27b 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -418,7 +418,7 @@ class WebContents : public PageNavigator,
|
| virtual WebContents* Clone() = 0;
|
|
|
| // Reloads the focused frame.
|
| - virtual void ReloadFocusedFrame(bool ignore_cache) = 0;
|
| + virtual void ReloadFocusedFrame(bool bypass_cache) = 0;
|
|
|
| // Reloads all the Lo-Fi images in this WebContents. Ignores the cache and
|
| // reloads from the network.
|
|
|