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

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: 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..6d9279dcff9483e87852df6679155ae8c4be45d2 100644
--- a/chrome/browser/profiles/profile_impl_io_data.h
+++ b/chrome/browser/profiles/profile_impl_io_data.h
@@ -76,6 +76,10 @@ class ProfileImplIOData : public ProfileIOData {
data_reduction_proxy_params,
scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs>
data_reduction_proxy_statistics_prefs,
+#if defined(OS_ANDROID)
bengr 2014/12/17 00:30:19 Remove the #if defined.
megjablon 2014/12/23 02:18:03 We decided not to have a base class as discussed o
+ scoped_ptr<data_reduction_proxy::DataReductionProxyUIService>
bengr 2014/12/17 00:30:19 Forward declare.
megjablon 2014/12/23 02:18:03 Done.
+ 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