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

Unified Diff: third_party/WebKit/Source/core/fetch/FetchRequest.h

Issue 2578983002: Loading: move V8DOMActivityLogger dependency from core/fetch (Closed)
Patch Set: DEPS update Created 4 years 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: third_party/WebKit/Source/core/fetch/FetchRequest.h
diff --git a/third_party/WebKit/Source/core/fetch/FetchRequest.h b/third_party/WebKit/Source/core/fetch/FetchRequest.h
index de5f3461da6b52e40b705b23a1b1fec4f767815d..435eabbc803b5cdd178b60752ddfdc0ecddc0399 100644
--- a/third_party/WebKit/Source/core/fetch/FetchRequest.h
+++ b/third_party/WebKit/Source/core/fetch/FetchRequest.h
@@ -55,6 +55,10 @@ class CORE_EXPORT FetchRequest {
DisallowPlaceholder = 0, // The requested image must not be a placeholder.
AllowPlaceholder, // The image is allowed to be a placeholder.
};
+ // TODO(toyoshim): Consider to define an enum for preload options, and use it
+ // instead of bool in this class, FrameFetchContext, and so on. If it is
+ // reasonable, we try merging m_forPreload and m_linkPreload into one enum
+ // type. See https://crbug.com/675883.
struct ResourceWidth {
DISALLOW_NEW();
« no previous file with comments | « third_party/WebKit/Source/core/fetch/FetchContext.cpp ('k') | third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698