| Index: chrome/browser/ui/browser_finder.h
|
| diff --git a/chrome/browser/ui/browser_finder.h b/chrome/browser/ui/browser_finder.h
|
| index f4235e4ef003bdf6c2ff28f0e6c9140b0a3c8858..8401ebbd41da072ec1e4a85d2a54316c15af4d26 100644
|
| --- a/chrome/browser/ui/browser_finder.h
|
| +++ b/chrome/browser/ui/browser_finder.h
|
| @@ -79,6 +79,9 @@ Browser* FindLastActiveWithProfile(Profile* profile, HostDesktopType type);
|
| // WARNING #2: this will always be NULL in unit tests run on the bots.
|
| Browser* FindLastActiveWithHostDesktopType(HostDesktopType type);
|
|
|
| +// Returns the number of browsers across all profiles and desktops.
|
| +size_t GetTotalBrowserCount();
|
| +
|
| // Returns the number of browsers with the Profile |profile|.
|
| size_t GetBrowserCount(Profile* profile);
|
|
|
|
|