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

Unified Diff: content/test/data/navigation_controller/page_with_no_cache_header.html

Issue 2780353005: Fix history navigations in PlzNavigate to use the proper load flags. (Closed)
Patch Set: Add missing s Created 3 years, 9 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/test/data/navigation_controller/page_with_no_cache_header.html
diff --git a/content/test/data/navigation_controller/page_with_no_cache_header.html b/content/test/data/navigation_controller/page_with_no_cache_header.html
new file mode 100644
index 0000000000000000000000000000000000000000..997631afe23ecbbca897d6afc657d4fac224b9b0
--- /dev/null
+++ b/content/test/data/navigation_controller/page_with_no_cache_header.html
@@ -0,0 +1,4 @@
+<html>
+<head><title>no-cache page</title></head>
+<body>This is a page that is served with no-cache header.</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698