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

Unified Diff: content/public/test/content_browser_test_utils.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/content_tests.gypi ('k') | content/public/test/content_browser_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/content_browser_test_utils.h
diff --git a/content/public/test/content_browser_test_utils.h b/content/public/test/content_browser_test_utils.h
index 19a003494890412f9442b6183a37bf3a5ec7d369..47b2c07c7ed2ab487bea6a40880fb58890cd765f 100644
--- a/content/public/test/content_browser_test_utils.h
+++ b/content/public/test/content_browser_test_utils.h
@@ -69,6 +69,12 @@ bool NavigateToURLAndExpectNoCommit(Shell* window, const GURL& url);
void ReloadBlockUntilNavigationsComplete(Shell* window,
int number_of_navigations);
+// Reloads |window| with bypassing cache flag, and blocks until the given number
+// of navigations finishes.
+void ReloadBypassingCacheBlockUntilNavigationsComplete(
+ Shell* window,
+ int number_of_navigations);
+
// Wait until an application modal dialog is requested.
void WaitForAppModalDialog(Shell* window);
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/test/content_browser_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698