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

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

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
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698