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

Unified Diff: ui/views/controls/message_box_view.h

Issue 13925019: fix GridLayout::CreatePanel for new style dialogs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 8 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: ui/views/controls/message_box_view.h
diff --git a/ui/views/controls/message_box_view.h b/ui/views/controls/message_box_view.h
index 0ad04c6f4030b0a5f84693d47ed7866e2f5aa22c..6c7940ea0ba794ca5a0392660ab0f8f3e600fb97 100644
--- a/ui/views/controls/message_box_view.h
+++ b/ui/views/controls/message_box_view.h
@@ -48,10 +48,6 @@ class VIEWS_EXPORT MessageBoxView : public View {
string16 message;
string16 default_prompt;
int message_width;
- int top_inset;
Evan Stade 2013/04/16 01:39:39 NB: nothing was using this it seems.
- int bottom_inset;
- int left_inset;
- int right_inset;
int inter_row_vertical_spacing;
ui::Clipboard::SourceTag clipboard_source_tag;
};
@@ -117,12 +113,6 @@ class VIEWS_EXPORT MessageBoxView : public View {
// Maximum width of the message label.
int message_width_;
- // Insets for the grid layout.
- int top_inset_;
- int bottom_inset_;
- int left_inset_;
- int right_inset_;
-
// Spacing between rows in the grid layout.
int inter_row_vertical_spacing_;

Powered by Google App Engine
This is Rietveld 408576698