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

Unified Diff: ui/views/window/dialog_client_view.h

Issue 2660553005: Harmony - convert hung renderer dialog. (Closed)
Patch Set: disable dialog test on osx Created 3 years, 10 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 | « ui/views/views_delegate.cc ('k') | ui/views/window/dialog_client_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/window/dialog_client_view.h
diff --git a/ui/views/window/dialog_client_view.h b/ui/views/window/dialog_client_view.h
index 442e1bc83684dd6d05fdf0211f4cf1391e25ebd9..bfd116b5320383a43eb1c89ffa9ef2ec3b96d018 100644
--- a/ui/views/window/dialog_client_view.h
+++ b/ui/views/window/dialog_client_view.h
@@ -98,13 +98,10 @@ class VIEWS_EXPORT DialogClientView : public ClientView,
// Returns the height of the row containing the buttons and the extra view.
int GetButtonsAndExtraViewRowHeight() const;
- // Returns the insets for the buttons and extra view.
+ // Returns the insets for the buttons and extra view, including the vertical
+ // padding between them and the contents view.
gfx::Insets GetButtonRowInsets() const;
- // Returns the vertical padding to place between the contents view and the
- // buttons/extra view.
- int GetButtonsAndExtraViewRowTopPadding() const;
-
// Sets up the focus chain for the child views. This is required since the
// delegate may choose to add/remove views at any time.
void SetupFocusChain();
« no previous file with comments | « ui/views/views_delegate.cc ('k') | ui/views/window/dialog_client_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698