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

Unified Diff: ui/views/bubble/bubble_frame_view.h

Issue 15667004: Add resize support for Views new style dialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove incorrect DialogDelegate::CanResize overrride. Created 7 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 | ui/views/bubble/bubble_frame_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/bubble/bubble_frame_view.h
diff --git a/ui/views/bubble/bubble_frame_view.h b/ui/views/bubble/bubble_frame_view.h
index a52a522e3ce3249c39b5fb5633dc2a0629aa5702..70189c219ebce5869fcd2a07fb417f58140a73c8 100644
--- a/ui/views/bubble/bubble_frame_view.h
+++ b/ui/views/bubble/bubble_frame_view.h
@@ -56,8 +56,6 @@ class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView,
void SetShowCloseButton(bool show);
void SetTitlebarExtraView(View* view);
- void set_can_drag(bool can_drag) { can_drag_ = can_drag; }
-
// Given the size of the contents and the rect to point at, returns the bounds
// of the bubble window. The bubble's arrow location may change if the bubble
// does not fit on the monitor and |adjust_if_offscreen| is true.
@@ -98,9 +96,6 @@ class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView,
// (x) close button.
View* titlebar_extra_view_;
- // A flag controlling the ability to drag this frame.
- bool can_drag_;
-
DISALLOW_COPY_AND_ASSIGN(BubbleFrameView);
};
« no previous file with comments | « no previous file | ui/views/bubble/bubble_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698