| Index: chrome/browser/ui/views/extensions/native_app_window_views.h
|
| diff --git a/chrome/browser/ui/views/extensions/native_app_window_views.h b/chrome/browser/ui/views/extensions/native_app_window_views.h
|
| index 4c2ef2a496b624cd0798f3c78e9ec13324a2a878..a837d957d0bba3b9078ffa3fbef5929aa59aea6d 100644
|
| --- a/chrome/browser/ui/views/extensions/native_app_window_views.h
|
| +++ b/chrome/browser/ui/views/extensions/native_app_window_views.h
|
| @@ -113,6 +113,7 @@ class NativeAppWindowViews : public NativeAppWindow,
|
| virtual void HandleKeyboardEvent(
|
| const content::NativeWebKeyboardEvent& event) OVERRIDE;
|
| virtual void RenderViewHostChanged() OVERRIDE;
|
| + virtual gfx::Insets GetFrameInsets() const OVERRIDE;
|
|
|
| Profile* profile() { return shell_window_->profile(); }
|
| content::WebContents* web_contents() {
|
|
|