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 ed00ddcdc18ca5be7b6546f38093e505b9d55a72..8c00ef0802c134276f1b44e6e51da6e07c2d6228 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -397,6 +397,10 @@ class BrowserView : public BrowserWindow, |
// gfx::ScopedSysColorChangeListener overrides: |
virtual void OnSysColorChange() OVERRIDE; |
+ // 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; |
+ |
protected: |
// Appends to |toolbars| a pointer to each AccessiblePaneView that |
// can be traversed using F6, in the order they should be traversed. |