| Index: chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h (revision 162411)
|
| +++ chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h (working copy)
|
| @@ -15,7 +15,6 @@
|
| // NonClientFrameViewAura implementation for apps.
|
| class AppNonClientFrameViewAura : public BrowserNonClientFrameView {
|
| public:
|
| - static const char kViewClassName[]; // visible for test
|
| static const char kControlWindowName[]; // visible for test
|
|
|
| AppNonClientFrameViewAura(
|
| @@ -42,7 +41,6 @@
|
| virtual void UpdateThrobber(bool running) OVERRIDE;
|
|
|
| // View:
|
| - virtual std::string GetClassName() const OVERRIDE;
|
| virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
|
|
|
| private:
|
|
|