| Index: chrome/browser/profiles/profile_manager.h
|
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
|
| index 89e8be62bfb1ab4a42a1f9b55d31edf34bbe02cd..1642b1e1bacccf05d5296dfb3ddbdb4fbdbba3a0 100644
|
| --- a/chrome/browser/profiles/profile_manager.h
|
| +++ b/chrome/browser/profiles/profile_manager.h
|
| @@ -154,6 +154,9 @@ class ProfileManager : public base::NonThreadSafe,
|
| // Checks if multiple profiles is enabled.
|
| static bool IsMultipleProfilesEnabled();
|
|
|
| + // Get the total download count for all profiles.
|
| + int TotalDownloadCount() const;
|
| +
|
| protected:
|
| // Does final initial actions.
|
| virtual void DoFinalInit(Profile* profile);
|
|
|