| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index a5ba58d20601c77b044075a3dc6687282c7c0d0d..51fa4b156b87e0ebf5c02bfb301d8fd716f9ce18 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -553,6 +553,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;
|
|
|
|
|