| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index bf6ca365beab499366ea78c3bd43400e3e2eb494..341f7536aaf4ab6c3eb519f88f2b71d4fb662a42 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -747,6 +747,9 @@ class Browser : public TabHandlerDelegate,
|
| // specified.
|
| GURL GetHomePage() const;
|
|
|
| + // A static version of the above method.
|
| + static GURL GetHomePageForProfile(Profile* profile);
|
| +
|
| // Shows the cookies collected in the tab contents wrapper.
|
| void ShowCollectedCookiesDialog(TabContentsWrapper* wrapper);
|
|
|
|
|