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

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

Issue 778463002: Wrapped data reduction proxy initialization into its own class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@network-delegate
Patch Set: Addressed comments from sclittle Created 5 years, 11 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
Index: chrome/browser/profiles/profile_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index 49d765f1e339432f738bc4375ffabc8ecfbaf9ab..810d726ba9f73a895925b7849ead94db9bfe4fe5 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -41,12 +41,6 @@ namespace base {
class SequencedTaskRunner;
}
-namespace data_reduction_proxy {
-class DataReductionProxyParams;
-}
-
-class DataReductionProxyChromeSettings;
-
namespace domain_reliability {
class DomainReliabilityMonitor;
}

Powered by Google App Engine
This is Rietveld 408576698