Index: chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc |
=================================================================== |
--- chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc (revision 162411) |
+++ chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc (working copy) |
@@ -163,9 +163,6 @@ |
}; |
// static |
-const char AppNonClientFrameViewAura::kViewClassName[] = |
- "AppNonClientFrameViewAura"; |
-// static |
const char AppNonClientFrameViewAura::kControlWindowName[] = |
"AppNonClientFrameViewAuraControls"; |
@@ -246,10 +243,6 @@ |
void AppNonClientFrameViewAura::UpdateThrobber(bool running) { |
} |
-std::string AppNonClientFrameViewAura::GetClassName() const { |
- return kViewClassName; |
-} |
- |
void AppNonClientFrameViewAura::OnBoundsChanged( |
const gfx::Rect& previous_bounds) { |
if (control_widget_) |