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

Unified Diff: components/error_page/renderer/net_error_helper_core.h

Issue 1854053002: Rename |ignore_cache| to |bypass_cache| (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [rebase] Created 4 years, 8 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 | « chrome/renderer/net/net_error_helper.cc ('k') | components/error_page/renderer/net_error_helper_core.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/error_page/renderer/net_error_helper_core.h
diff --git a/components/error_page/renderer/net_error_helper_core.h b/components/error_page/renderer/net_error_helper_core.h
index 1dc97e6c4073f51b84493035fdcfed380c127ac6..426cd07d1e1bb4a7af0e69803d9b2583a6859600 100644
--- a/components/error_page/renderer/net_error_helper_core.h
+++ b/components/error_page/renderer/net_error_helper_core.h
@@ -105,7 +105,7 @@ class NetErrorHelperCore {
const std::string& tracking_request_body) = 0;
// Starts a reload of the page in the observed frame.
- virtual void ReloadPage(bool ignore_cache) = 0;
+ virtual void ReloadPage(bool bypass_cache) = 0;
// Load the original page from cache.
virtual void LoadPageFromCache(const GURL& page_url) = 0;
@@ -232,7 +232,7 @@ class NetErrorHelperCore {
blink::WebURLError GetUpdatedError(const blink::WebURLError& error) const;
- void Reload(bool ignore_cache);
+ void Reload(bool bypass_cache);
bool MaybeStartAutoReloadTimer();
void StartAutoReloadTimer();
void AutoReloadTimerFired();
« no previous file with comments | « chrome/renderer/net/net_error_helper.cc ('k') | components/error_page/renderer/net_error_helper_core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698