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

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

Issue 10961027: cros: Fix crash in AppNonClientFrameViewAura::ControlView::ButtonPressed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review feedback Created 8 years, 3 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 2913035da07440fb8a68882d1941be77df245519..5e41b60a08995290ceac0b9bed44f915b9104d6e 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
@@ -15,6 +15,8 @@ class Window;
// NonClientFrameViewAura implementation for apps.
class AppNonClientFrameViewAura : public BrowserNonClientFrameView {
public:
+ static const char kControlWindowName[]; // visible for test
+
AppNonClientFrameViewAura(
BrowserFrame* frame, BrowserView* browser_view);
virtual ~AppNonClientFrameViewAura();
« 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