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

Unified Diff: content/child/request_info.h

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/npapi/plugin_url_fetcher.cc ('k') | content/child/request_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/request_info.h
diff --git a/content/child/request_info.h b/content/child/request_info.h
index ce5ab7abb4b5e322e2ff2a83c10014ef3a8b67d9..f1bfa9791523a6a2d04c6c72dc08298314c689e8 100644
--- a/content/child/request_info.h
+++ b/content/child/request_info.h
@@ -54,7 +54,7 @@ struct CONTENT_EXPORT RequestInfo {
// Indicates if the current request is the main frame load, a sub-frame
// load, or a sub objects load.
- ResourceType::Type request_type;
+ ResourceType request_type;
// Indicates the priority of this request, as determined by WebKit.
net::RequestPriority priority;
« no previous file with comments | « content/child/npapi/plugin_url_fetcher.cc ('k') | content/child/request_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698