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

Unified Diff: chrome/browser/profiles/profile_impl_io_data.h

Issue 684223003: Data Reduction Proxy Interstitials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding tests and addressing comments Created 6 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/profiles/profile_impl_io_data.h
diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h
index 383fc4077441835204392cd985a141cf39c2f8e1..a081693d7c6478ce5b8e26941a012f794a9db527 100644
--- a/chrome/browser/profiles/profile_impl_io_data.h
+++ b/chrome/browser/profiles/profile_impl_io_data.h
@@ -26,6 +26,7 @@ class CookieCryptoDelegate;
namespace data_reduction_proxy {
class DataReductionProxyNetworkDelegate;
+class DataReductionProxyUIService;
} // namespace data_reduction_proxy
namespace domain_reliability {
@@ -76,6 +77,10 @@ class ProfileImplIOData : public ProfileIOData {
data_reduction_proxy_params,
scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs>
data_reduction_proxy_statistics_prefs,
+#if defined(OS_ANDROID)
+ scoped_ptr<data_reduction_proxy::DataReductionProxyUIService>
+ data_reduction_proxy_ui_service,
+#endif
scoped_ptr<data_reduction_proxy::DataReductionProxyEventStore>
data_reduction_proxy_event_store);

Powered by Google App Engine
This is Rietveld 408576698