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

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

Issue 11192004: Reland - ash: Add test for maximized app window frame switching (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix windows expect_eq 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
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_aura.h
index a1620e7d369ee1e75b0e0786bd9544074a2a260c..6ce466e2895ba6366da07e6bdbd80ce86c05b12e 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_aura.h
@@ -13,8 +13,11 @@ 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 {
public:
+ static const char kViewClassName[]; // visible for test
static const char kControlWindowName[]; // visible for test
AppNonClientFrameViewAura(
@@ -41,6 +44,7 @@ class AppNonClientFrameViewAura : public BrowserNonClientFrameView {
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