| Index: chrome/browser/ui/views/frame/desktop_browser_frame_aura.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/desktop_browser_frame_aura.h (revision 181966)
|
| +++ chrome/browser/ui/views/frame/desktop_browser_frame_aura.h (working copy)
|
| @@ -48,6 +48,9 @@
|
| virtual int GetMinimizeButtonOffset() const OVERRIDE;
|
| virtual void TabStripDisplayModeChanged() OVERRIDE;
|
|
|
| + // Overridden from views::DesktopNativeWidgetAura.
|
| + virtual bool ShouldUseNativeFrame() const OVERRIDE;
|
| +
|
| private:
|
| virtual ~DesktopBrowserFrameAura();
|
|
|
|
|