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

Unified Diff: chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc

Issue 2819713002: Create TetherService, a TetherAllowed pref, and use DependencyManager for RegisterProfilePrefs call… (Closed)
Patch Set: Do not explicitly call on TetherService::Shutdown() from UserSessionManager. Created 3 years, 8 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/chrome_browser_main_extra_parts_profiles.cc
diff --git a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
index 539c6d2ab1f927e28e9ae85b52c046fac83e8769..5316b66bcf29c9cacca57ce91b8058f5f803df55 100644
--- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
+++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
@@ -119,6 +119,7 @@
#include "chrome/browser/chromeos/printing/cups_print_job_manager_factory.h"
#include "chrome/browser/chromeos/printing/printers_manager_factory.h"
#include "chrome/browser/extensions/api/platform_keys/verify_trust_api.h"
+#include "chrome/browser/tether/tether_service_factory.h"
#endif
#if defined(OS_ANDROID)
@@ -234,6 +235,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
chromeos::PrinterDetectorFactory::GetInstance();
chromeos::CupsPrintJobManagerFactory::GetInstance();
chromeos::PrintersManagerFactory::GetInstance();
+ TetherServiceFactory::GetInstance();
extensions::VerifyTrustAPI::GetFactoryInstance();
#endif
FaviconServiceFactory::GetInstance();

Powered by Google App Engine
This is Rietveld 408576698