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

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: add test 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
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..69546a43be85ea020a01b0422dc12cc457818b90 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
@@ -40,6 +40,8 @@ class AppNonClientFrameViewAura : public BrowserNonClientFrameView {
// View:
virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
+ static const char kControlWindowName[]; // visible for test
sky 2012/09/20 20:02:15 constants should be first in a section.
James Cook 2012/09/20 20:06:54 Done.
+
private:
class ControlView;
class FrameObserver;

Powered by Google App Engine
This is Rietveld 408576698