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

Unified Diff: ui/views/widget/widget.h

Issue 293833002: Fix Widget::InitParams::activatable logic (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/widget/widget.cc » ('j') | ui/views/widget/widget_delegate.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget.h
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
index 9ade039d4a3c0e07813d7c0fceffde2d39a091c0..ca629b24d1a17ec13c9ca9084f55f8478901c705 100644
--- a/ui/views/widget/widget.h
+++ b/ui/views/widget/widget.h
@@ -882,9 +882,6 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
// |saved_show_state_| is maximized.
gfx::Rect initial_restored_bounds_;
- // True if the widget can be activated.
- bool can_activate_;
-
// Focus is automatically set to the view provided by the delegate
// when the widget is shown. Set this value to false to override
// initial focus for the widget.
« no previous file with comments | « no previous file | ui/views/widget/widget.cc » ('j') | ui/views/widget/widget_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698