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

Unified Diff: content/child/web_url_request_util.cc

Issue 809103003: Revert of Map WebURLRequest::RequestContextPlugin to RESOURCE_TYPE_OBJECT. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/web_url_request_util.cc
diff --git a/content/child/web_url_request_util.cc b/content/child/web_url_request_util.cc
index 2c07b6dcefce7dcb975da5363f00e4f4c4d6b495..6f03e998b97da16d27ca8e3e17301b23b37aa3ea 100644
--- a/content/child/web_url_request_util.cc
+++ b/content/child/web_url_request_util.cc
@@ -100,7 +100,6 @@
// Object
case WebURLRequest::RequestContextEmbed:
case WebURLRequest::RequestContextObject:
- case WebURLRequest::RequestContextPlugin:
return RESOURCE_TYPE_OBJECT;
// Ping
@@ -127,6 +126,7 @@
case WebURLRequest::RequestContextDownload:
case WebURLRequest::RequestContextManifest:
case WebURLRequest::RequestContextSubresource:
+ case WebURLRequest::RequestContextPlugin:
return RESOURCE_TYPE_SUB_RESOURCE;
// TextTrack
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698