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

Unified Diff: chrome/browser/prerender/prerender_resource_throttle.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
Index: chrome/browser/prerender/prerender_resource_throttle.h
diff --git a/chrome/browser/prerender/prerender_resource_throttle.h b/chrome/browser/prerender/prerender_resource_throttle.h
index 3d2a43c7224d57f4a26083d52c9401d06b290d51..c2535b9401ce4d1e62c751cfd418bea2fb1952e5 100644
--- a/chrome/browser/prerender/prerender_resource_throttle.h
+++ b/chrome/browser/prerender/prerender_resource_throttle.h
@@ -49,7 +49,7 @@ class PrerenderResourceThrottle
static void WillStartRequestOnUI(
const base::WeakPtr<PrerenderResourceThrottle>& throttle,
const std::string& method,
- content::ResourceType::Type resource_type,
+ content::ResourceType resource_type,
int render_process_id,
int render_frame_id,
const GURL& url);
@@ -57,7 +57,7 @@ class PrerenderResourceThrottle
static void WillRedirectRequestOnUI(
const base::WeakPtr<PrerenderResourceThrottle>& throttle,
const std::string& follow_only_when_prerender_shown_header,
- content::ResourceType::Type resource_type,
+ content::ResourceType resource_type,
bool async,
int render_process_id,
int render_frame_id,
« no previous file with comments | « chrome/browser/prerender/prerender_pending_swap_throttle.cc ('k') | chrome/browser/prerender/prerender_resource_throttle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698