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

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

Issue 1417033010: Adding <keygen> Content Setting (Blink) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@keygen_core
Patch Set: Simplifying messages. Created 5 years, 1 month 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/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 249435be00405353b780fe527f310580f893daf1..fa4da49fab2c05bfd5b3a429c325023032df84ef 100644
--- a/chrome/browser/renderer_host/chrome_render_message_filter.h
+++ b/chrome/browser/renderer_host/chrome_render_message_filter.h
@@ -15,6 +15,7 @@
class GURL;
class Profile;
+class ProfileIOData;
jochen (gone - plz use gerrit) 2015/11/25 08:54:34 changes to this file are no longer required, right
svaldez 2015/11/25 14:56:55 Done.
namespace chrome_browser_net {
class Predictor;
@@ -121,6 +122,7 @@ class ChromeRenderMessageFilter : public content::BrowserMessageFilter {
// The Profile associated with our renderer process. This should only be
// accessed on the UI thread!
Profile* profile_;
+ ProfileIOData* profile_io_data_;
// The Predictor for the associated Profile. It is stored so that it can be
// used on the IO thread.
chrome_browser_net::Predictor* predictor_;

Powered by Google App Engine
This is Rietveld 408576698