Chromium Code Reviews| 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 5eb3a16bea9182c9c9c5c48b2af09775e294d3b2..1190b2819a3a77a17f68e3431ad824239b7e3728 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; |
|
sky
2012/06/11 18:24:14
Otr -> OTR
Jói
2012/06/11 22:53:42
Done.
|
| + |
| protected: |
| // Appends to |toolbars| a pointer to each AccessiblePaneView that |
| // can be traversed using F6, in the order they should be traversed. |