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

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

Issue 11229041: Rename and move Ash window frame files (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_ash.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_ash.h
similarity index 83%
rename from chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h
rename to chrome/browser/ui/views/frame/app_non_client_frame_view_ash.h
index 6ce466e2895ba6366da07e6bdbd80ce86c05b12e..e238a19dd96afc3d1e1fa1af55beced5c995d158 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_ash.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_UI_VIEWS_FRAME_APP_NON_CLIENT_FRAME_VIEW_AURA_H_
-#define CHROME_BROWSER_UI_VIEWS_FRAME_APP_NON_CLIENT_FRAME_VIEW_AURA_H_
+#ifndef CHROME_BROWSER_UI_VIEWS_FRAME_APP_NON_CLIENT_FRAME_VIEW_ASH_H_
+#define CHROME_BROWSER_UI_VIEWS_FRAME_APP_NON_CLIENT_FRAME_VIEW_ASH_H_
#include "base/memory/scoped_ptr.h"
#include "chrome/browser/ui/views/frame/browser_non_client_frame_view.h"
@@ -12,17 +12,15 @@ namespace aura {
class Window;
}
-// NonClientFrameViewAura implementation for apps.
-// TODO(jamescook): Rename this to AppNonClientFrameViewAsh. It is only used
-// with the Aura shell (Ash). crbug.com/156361
-class AppNonClientFrameViewAura : public BrowserNonClientFrameView {
+// NonClientFrameViewAsh implementation for maximized apps.
+class AppNonClientFrameViewAsh : public BrowserNonClientFrameView {
public:
static const char kViewClassName[]; // visible for test
static const char kControlWindowName[]; // visible for test
- AppNonClientFrameViewAura(
+ AppNonClientFrameViewAsh(
BrowserFrame* frame, BrowserView* browser_view);
- virtual ~AppNonClientFrameViewAura();
+ virtual ~AppNonClientFrameViewAsh();
// NonClientFrameView:
virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
@@ -63,7 +61,7 @@ class AppNonClientFrameViewAura : public BrowserNonClientFrameView {
// Observer for browser frame close.
scoped_ptr<FrameObserver> frame_observer_;
- DISALLOW_COPY_AND_ASSIGN(AppNonClientFrameViewAura);
+ DISALLOW_COPY_AND_ASSIGN(AppNonClientFrameViewAsh);
};
-#endif // CHROME_BROWSER_UI_VIEWS_FRAME_APP_NON_CLIENT_FRAME_VIEW_AURA_H_
+#endif // CHROME_BROWSER_UI_VIEWS_FRAME_APP_NON_CLIENT_FRAME_VIEW_ASH_H_

Powered by Google App Engine
This is Rietveld 408576698