| Index: chrome/browser/profiles/profile_manager.h
|
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
|
| index 926293b4abd9929673b28e2738d3a3327d78bafc..238bee9ba998e62403c1b076b7a253265c4db0fd 100644
|
| --- a/chrome/browser/profiles/profile_manager.h
|
| +++ b/chrome/browser/profiles/profile_manager.h
|
| @@ -158,6 +158,10 @@ class ProfileManager : public base::NonThreadSafe,
|
| // Checks if multiple profiles is enabled.
|
| static bool IsMultipleProfilesEnabled();
|
|
|
| + // Clears app caches related to all profiles and waits for the operation to
|
| + // complete.
|
| + void ClearAppCaches();
|
| +
|
| protected:
|
| // Does final initial actions.
|
| virtual void DoFinalInit(Profile* profile);
|
|
|