| Index: content/shell/browser/shell.h
|
| diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
|
| index fb791a43a86993d3607ef70b4d8311a5a20f1bd2..59125cf25a1b07d18cfa05a3077cb655b2d392c2 100644
|
| --- a/content/shell/browser/shell.h
|
| +++ b/content/shell/browser/shell.h
|
| @@ -71,6 +71,7 @@ class Shell : public WebContentsDelegate,
|
| #endif
|
| void GoBackOrForward(int offset);
|
| void Reload();
|
| + void ReloadBypassingCache();
|
| void Stop();
|
| void UpdateNavigationControls(bool to_different_document);
|
| void Close();
|
|
|