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

Unified Diff: net/base/load_flags_list.h

Issue 6542016: Add LOAD_PRERENDER to prerender motivated load requests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: upload to match latest webkit patch Created 9 years, 10 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/render_view.cc ('k') | webkit/glue/weburlloader_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/load_flags_list.h
diff --git a/net/base/load_flags_list.h b/net/base/load_flags_list.h
index 1e5b281ed46cbbf4d4b7daef1a78b4f44642a0fa..a9ddc10ac36b2e560e2c80dc330592179420b8bf 100644
--- a/net/base/load_flags_list.h
+++ b/net/base/load_flags_list.h
@@ -102,3 +102,7 @@ LOAD_FLAG(REPORT_RAW_HEADERS, 1 << 22)
// and is (in theory) not intended for the current frame.
LOAD_FLAG(PREFETCH, 1 << 23)
+// Indicates that this load was motivated by the prerendering feature, and
+// that prerendering renderer has not yet been displayed.
+LOAD_FLAG(PRERENDER, 1 << 24)
+
« no previous file with comments | « chrome/renderer/render_view.cc ('k') | webkit/glue/weburlloader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698