| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 39bff938d587d17a245fdf62c303a93dc50313a9..e954e3229b8a3c55e1f1c1d8c67b5c61df9a65a9 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -548,6 +548,11 @@ class Profile : public content::BrowserContext {
|
| // Creates an OffTheRecordProfile which points to this Profile.
|
| Profile* CreateOffTheRecordProfile();
|
|
|
| + // Returns the total number of downloads associated with this profile
|
| + // (not including downloads associated with any OffTheRecordProfile
|
| + // associated with this profile).
|
| + int DownloadCount();
|
| +
|
| protected:
|
| friend class OffTheRecordProfileImpl;
|
|
|
|
|