Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1916)

Unified Diff: content/shell/browser/shell.h

Issue 1905873002: Add content_browsertests for testing cache control flags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove ResourceFetcher change temporarily, fix a nit of #19 Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/test/content_browser_test_utils.cc ('k') | content/shell/browser/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « content/public/test/content_browser_test_utils.cc ('k') | content/shell/browser/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698