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

Unified Diff: ash/frame/custom_frame_view_ash.h

Issue 2901663003: chromeos: converts WindowState to aura::Window (Closed)
Patch Set: feedback Created 3 years, 7 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 | ash/frame/custom_frame_view_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/frame/custom_frame_view_ash.h
diff --git a/ash/frame/custom_frame_view_ash.h b/ash/frame/custom_frame_view_ash.h
index d4822c676cde06190fa932cb85694ecbcdd2d58a..26337a225bacb04b2324ec55f1f06532a5766d11 100644
--- a/ash/frame/custom_frame_view_ash.h
+++ b/ash/frame/custom_frame_view_ash.h
@@ -95,6 +95,7 @@ class ASH_EXPORT CustomFrameViewAsh : public views::NonClientFrameView {
private:
class OverlayView;
friend class TestWidgetConstraintsDelegate;
+ friend class CustomFrameViewAshSizeLock;
// views::NonClientFrameView:
bool DoesIntersectRect(const views::View* target,
@@ -117,6 +118,8 @@ class ASH_EXPORT CustomFrameViewAsh : public views::NonClientFrameView {
ImmersiveFullscreenControllerDelegate* immersive_delegate_;
+ static bool use_empty_minimum_size_for_test_;
+
DISALLOW_COPY_AND_ASSIGN(CustomFrameViewAsh);
};
« no previous file with comments | « no previous file | ash/frame/custom_frame_view_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698