| 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 5e589b8014ffda4b1123e0a688e4ac1f4e8daed6..99915753277948f6061375e127c35c070e9ea626 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -192,14 +192,18 @@ class BrowserView : public BrowserWindow,
|
| // incognito.
|
| bool IsOffTheRecord() const;
|
|
|
| - // Returns the resource ID to use for the OTR icon, which depends on
|
| - // which layout is being shown and whether we are full-screen.
|
| - int GetOTRIconResourceID() const;
|
| -
|
| // Returns true if the profile associated with this Browser window is
|
| // a guest session.
|
| bool IsGuestSession() const;
|
|
|
| + // Returns true if the profile associated with this Browser window is
|
| + // not off the record or a guest session.
|
| + bool IsRegularOrGuestSession() const;
|
| +
|
| + // Returns the resource ID to use for the OTR icon, which depends on
|
| + // which layout is being shown and whether we are full-screen.
|
| + int GetOTRIconResourceID() const;
|
| +
|
| // Returns the resource ID to use for the Guest icon, which may depend on
|
| // which layout is being shown and whether we are full-screen.
|
| int GetGuestIconResourceID() const;
|
|
|