| 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 a1620e7d369ee1e75b0e0786bd9544074a2a260c..6ce466e2895ba6366da07e6bdbd80ce86c05b12e 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
|
| @@ -13,8 +13,11 @@ class Window;
|
| }
|
|
|
| // NonClientFrameViewAura implementation for apps.
|
| +// TODO(jamescook): Rename this to AppNonClientFrameViewAsh. It is only used
|
| +// with the Aura shell (Ash). crbug.com/156361
|
| class AppNonClientFrameViewAura : public BrowserNonClientFrameView {
|
| public:
|
| + static const char kViewClassName[]; // visible for test
|
| static const char kControlWindowName[]; // visible for test
|
|
|
| AppNonClientFrameViewAura(
|
| @@ -41,6 +44,7 @@ class AppNonClientFrameViewAura : public BrowserNonClientFrameView {
|
| virtual void UpdateThrobber(bool running) OVERRIDE;
|
|
|
| // View:
|
| + virtual std::string GetClassName() const OVERRIDE;
|
| virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
|
|
|
| private:
|
|
|