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

Unified Diff: content/browser/devtools/protocol/page_handler.h

Issue 1867523002: Rename ignore_cache and ignoreCache to bypass* unless it affects API (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
Index: content/browser/devtools/protocol/page_handler.h
diff --git a/content/browser/devtools/protocol/page_handler.h b/content/browser/devtools/protocol/page_handler.h
index 7ae59b24e274b13a7bfae2ec2f1d612c63aaac90..067d9587b3299e35f520f33d8ef7309e9a6d0b47 100644
--- a/content/browser/devtools/protocol/page_handler.h
+++ b/content/browser/devtools/protocol/page_handler.h
@@ -49,7 +49,7 @@ class PageHandler : public NotificationObserver {
Response Enable();
Response Disable();
- Response Reload(const bool* ignoreCache,
+ Response Reload(const bool* bypassCache,
const std::string* script_to_evaluate_on_load,
const std::string* script_preprocessor = NULL);
« no previous file with comments | « chrome/common/extensions/api/devtools/inspected_window.json ('k') | content/browser/devtools/protocol/page_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698