Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(995)

Unified Diff: chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc

Issue 11191028: Revert 162382 - ash: Add test for maximized app window frame switching (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_)

Powered by Google App Engine
This is Rietveld 408576698