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

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

Issue 1294923003: Add a triggered profile reset mechanism. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format Created 5 years, 3 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 c51506d2be07c9c6e7292953e5f747400c5a21a6..b97930e8eab09c607bae50877f3d756eb527f826 100644
--- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
+++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
@@ -127,6 +127,7 @@
#if !defined(OS_ANDROID)
#include "chrome/browser/profile_resetter/automatic_profile_resetter_factory.h"
+#include "chrome/browser/profile_resetter/triggered_profile_resetter_factory.h"
#endif
#if defined(ENABLE_SPELLCHECK)
@@ -325,6 +326,9 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
#if defined(ENABLE_THEMES)
ThemeServiceFactory::GetInstance();
#endif
+#if defined(OS_WIN)
grt (UTC plus 2) 2015/09/04 18:35:48 the header is included for all but android, and th
robertshield 2015/09/04 20:27:18 Yes, it should be harmonized. I'm going to mark th
+ TriggeredProfileResetterFactory::GetInstance();
+#endif
WebDataServiceFactory::GetInstance();
}

Powered by Google App Engine
This is Rietveld 408576698