diff options
Diffstat (limited to 'chrome/browser/user_data_manager.h')
-rw-r--r-- | chrome/browser/user_data_manager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/user_data_manager.h b/chrome/browser/user_data_manager.h index 14b9faa..f7dfe17 100644 --- a/chrome/browser/user_data_manager.h +++ b/chrome/browser/user_data_manager.h @@ -65,6 +65,9 @@ class UserDataManager { // on a separate thread. void LaunchChromeForProfile(int index) const; + // Updates global user data dir profile list stored in g_browser_process. + void RefreshUserDataDirProfiles() const; + private: // Gets the name of the profile from the name of the folder. // Returns false if the folder does not correspond to a profile folder, true |