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

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

Issue 2905903002: Delete the PreferenceMACs on profile deletion. (Closed)
Patch Set: Try loading unloaded profiles before calling OnStoreDeletionFromDisk Created 3 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 | chrome/browser/profiles/profile_manager.cc » ('j') | components/prefs/persistent_pref_store.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_manager.h
diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
index 607736e022556134e06c24bca81c990f9eafbff6..0f57a015655eedea9c231322ba13a81f02dd7c23 100644
--- a/chrome/browser/profiles/profile_manager.h
+++ b/chrome/browser/profiles/profile_manager.h
@@ -317,6 +317,8 @@ class ProfileManager : public content::NotificationObserver,
// and marks the new profile as active.
void FinishDeletingProfile(const base::FilePath& profile_dir,
const base::FilePath& new_active_profile_dir);
+ void OnLoadProfileForProfileDeletion(const base::FilePath& profile_dir,
+ Profile* profile);
#endif
// Registers profile with given info. Returns pointer to created ProfileInfo
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_manager.cc » ('j') | components/prefs/persistent_pref_store.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698