Chromium Code Reviews| 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..69546a43be85ea020a01b0422dc12cc457818b90 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 |
| @@ -40,6 +40,8 @@ class AppNonClientFrameViewAura : public BrowserNonClientFrameView { |
| // View: |
| virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE; |
| + static const char kControlWindowName[]; // visible for test |
|
sky
2012/09/20 20:02:15
constants should be first in a section.
James Cook
2012/09/20 20:06:54
Done.
|
| + |
| private: |
| class ControlView; |
| class FrameObserver; |