| Index: chrome/browser/ui/views/frame/browser_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
|
| index a8b574a4e73e75353fdc6b4fbccea20a9a2fe323..f009ffa808a5a65af8ab2a5afed025bb2b55f1bf 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -182,6 +182,9 @@ class BrowserView : public BrowserWindow,
|
| // Retrieves the icon to use in the frame to indicate an OTR window.
|
| SkBitmap GetOTRAvatarIcon() const;
|
|
|
| + // Retrieves the icon to use in the frame to indicate managed mode.
|
| + SkBitmap GetManagedModeAvatarIcon() const;
|
| +
|
| // Retrieves the icon to use in the frame to indicate guest session.
|
| SkBitmap GetGuestAvatarIcon() const;
|
|
|
|
|