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

Unified Diff: chrome/browser/prerender/prerender_resource_throttle.h

Issue 2605503002: Prerender: Add thread checks to PrerenderResourceThrottle (Closed)
Patch Set: 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: 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 5dfd64497b8092f3b0a5a06d2cd6d8159c3b0185..a9f853ec9ccb45379d74940b614b10688629d6d5 100644
--- a/chrome/browser/prerender/prerender_resource_throttle.h
+++ b/chrome/browser/prerender/prerender_resource_throttle.h
@@ -84,7 +84,7 @@ class PrerenderResourceThrottle
const content::ResourceRequestInfo::WebContentsGetter&
web_contents_getter);
- // Sets the prerender mode. Must be called befor ResumeHandler().
+ // Sets the prerender mode. Must be called before |ResumeHandler()|.
void SetPrerenderMode(PrerenderMode mode);
net::URLRequest* request_;

Powered by Google App Engine
This is Rietveld 408576698