| Index: chrome/browser/profiles/profile_manager.h
|
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
|
| index 73bf74ed5a722aaecd3e36ec8f38d71bd4962c47..fa8b91c67ea65435084dfc0e1868d3886c33c9b5 100644
|
| --- a/chrome/browser/profiles/profile_manager.h
|
| +++ b/chrome/browser/profiles/profile_manager.h
|
| @@ -167,6 +167,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, bool go_off_the_record);
|
|
|