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

Unified Diff: content/public/common/request_context_frame_type.h

Issue 1987413002: Add link preload as=document support Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: crash fix Created 4 years, 3 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/public/common/request_context_frame_type.h
diff --git a/content/public/common/request_context_frame_type.h b/content/public/common/request_context_frame_type.h
index 7a8ab30b3e1e829d1f182e533f6d55b4c3aef447..f512b51788e6fd8b07f5115fd695798386ffaa3e 100644
--- a/content/public/common/request_context_frame_type.h
+++ b/content/public/common/request_context_frame_type.h
@@ -12,7 +12,8 @@ enum RequestContextFrameType {
REQUEST_CONTEXT_FRAME_TYPE_NESTED,
REQUEST_CONTEXT_FRAME_TYPE_NONE,
REQUEST_CONTEXT_FRAME_TYPE_TOP_LEVEL,
- REQUEST_CONTEXT_FRAME_TYPE_LAST = REQUEST_CONTEXT_FRAME_TYPE_TOP_LEVEL
+ REQUEST_CONTEXT_FRAME_TYPE_PRELOAD,
+ REQUEST_CONTEXT_FRAME_TYPE_LAST = REQUEST_CONTEXT_FRAME_TYPE_PRELOAD
};
} // namespace content
« no previous file with comments | « content/child/web_url_request_util.cc ('k') | third_party/WebKit/LayoutTests/http/tests/preload/onerror_event.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698