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

Unified Diff: content/child/request_info.cc

Issue 425653002: content: ResourceType cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 years, 5 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/child/request_info.h ('k') | content/child/resource_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/request_info.cc
diff --git a/content/child/request_info.cc b/content/child/request_info.cc
index e75c54a7f8c8c2022bf97714069c2c83a8efa3f6..860b944b59dbf088cb5e2a0900c60ce015becfab 100644
--- a/content/child/request_info.cc
+++ b/content/child/request_info.cc
@@ -10,7 +10,7 @@ RequestInfo::RequestInfo()
: referrer_policy(blink::WebReferrerPolicyDefault),
load_flags(0),
requestor_pid(0),
- request_type(ResourceType::MAIN_FRAME),
+ request_type(RESOURCE_TYPE_MAIN_FRAME),
priority(net::LOW),
request_context(0),
appcache_host_id(0),
« no previous file with comments | « content/child/request_info.h ('k') | content/child/resource_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698