| Index: chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h
|
| diff --git a/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h b/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h
|
| index 2913035da07440fb8a68882d1941be77df245519..5e41b60a08995290ceac0b9bed44f915b9104d6e 100644
|
| --- a/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h
|
| +++ b/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h
|
| @@ -15,6 +15,8 @@ class Window;
|
| // NonClientFrameViewAura implementation for apps.
|
| class AppNonClientFrameViewAura : public BrowserNonClientFrameView {
|
| public:
|
| + static const char kControlWindowName[]; // visible for test
|
| +
|
| AppNonClientFrameViewAura(
|
| BrowserFrame* frame, BrowserView* browser_view);
|
| virtual ~AppNonClientFrameViewAura();
|
|
|