summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame/browser_view2.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/frame/browser_view2.h')
-rw-r--r--chrome/browser/views/frame/browser_view2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/views/frame/browser_view2.h b/chrome/browser/views/frame/browser_view2.h
index 903be7c..0e1c0da 100644
--- a/chrome/browser/views/frame/browser_view2.h
+++ b/chrome/browser/views/frame/browser_view2.h
@@ -88,6 +88,10 @@ class BrowserView2 : public BrowserWindow,
// off the record.
bool IsOffTheRecord() const;
+ // Returns true if the non-client view should render the Off-The-Record
+ // avatar icon if the window is off the record.
+ bool ShouldShowOffTheRecordAvatar() const;
+
// Handle the specified |accelerator| being pressed.
bool AcceleratorPressed(const ChromeViews::Accelerator& accelerator);