Index: chrome/browser/profiles/profile.h |
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
index 8d335b17b98f81f4b078d497682cf53b485ca1d1..de029f5c44e8e4beb4cd65b3bf88428b18a28454 100644 |
--- a/chrome/browser/profiles/profile.h |
+++ b/chrome/browser/profiles/profile.h |
@@ -562,6 +562,11 @@ class Profile { |
// 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; |