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

Unified Diff: chrome/browser/renderer_host/chrome_render_message_filter.h

Issue 49003003: [Profiles, SyzyASAN] Remove incorrect use of profile_ on the IO thread. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: oops, reverted too far Created 7 years, 2 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 | « no previous file | chrome/browser/renderer_host/chrome_render_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/chrome_render_message_filter.h
diff --git a/chrome/browser/renderer_host/chrome_render_message_filter.h b/chrome/browser/renderer_host/chrome_render_message_filter.h
index 76105facaf78d3b4c3cce4f6b80fc89aebd82803..b3c346da4dd58ef1e4c3a9642b1b9c27a4d840fc 100644
--- a/chrome/browser/renderer_host/chrome_render_message_filter.h
+++ b/chrome/browser/renderer_host/chrome_render_message_filter.h
@@ -194,6 +194,9 @@ class ChromeRenderMessageFilter : public content::BrowserMessageFilter {
Profile* profile_;
// Copied from the profile so that it can be read on the IO thread.
bool off_the_record_;
+ // The Predictor for the associated Profile. It is stored so that it can be
+ // used on the IO thread.
+ chrome_browser_net::Predictor* predictor_;
scoped_refptr<net::URLRequestContextGetter> request_context_;
scoped_refptr<ExtensionInfoMap> extension_info_map_;
// Used to look up permissions at database creation time.
« no previous file with comments | « no previous file | chrome/browser/renderer_host/chrome_render_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698