| Index: chrome/browser/browser.h
|
| ===================================================================
|
| --- chrome/browser/browser.h (revision 13385)
|
| +++ chrome/browser/browser.h (working copy)
|
| @@ -173,6 +173,9 @@
|
| // Prepares a title string for display (removes embedded newlines, etc).
|
| static void FormatTitleForDisplay(std::wstring* title);
|
|
|
| + // Returns true if the frame should show a distributor logo for this Browser.
|
| + bool ShouldShowDistributorLogo() const;
|
| +
|
| // OnBeforeUnload handling //////////////////////////////////////////////////
|
|
|
| // Gives beforeunload handlers the chance to cancel the close.
|
|
|