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

Unified Diff: chrome/browser/net/spdyproxy/data_reduction_proxy_settings_factory_android.cc

Issue 346833002: Changed BrowserKeyedContextService name of DataReductionProxySettingsAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/spdyproxy/data_reduction_proxy_settings_factory_android.cc
diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_factory_android.cc b/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_factory_android.cc
index 1cda25929df402c54ec9a5d5aef50fa64cb35464..f1509b7a65dd0300a9c46de5f07141f0acb0d6e8 100644
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_factory_android.cc
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_factory_android.cc
@@ -35,7 +35,7 @@ DataReductionProxySettingsFactoryAndroid::GetInstance() {
DataReductionProxySettingsFactoryAndroid::
DataReductionProxySettingsFactoryAndroid()
: BrowserContextKeyedServiceFactory(
- "ProfileSyncService",
+ "DataReductionProxySettingsAndroid",
BrowserContextDependencyManager::GetInstance()) {
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698