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

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

Issue 11421164: Migrate CollectedCookiesViews to Chrome style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/focus/focus_traversal_unittest.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 97c0d9b9f14841d6a336ef95950fabcc5c515571..d7c5619c743b23996e6d22fc9913df1257bf4646 100644
--- a/ui/views/window/dialog_client_view.h
+++ b/ui/views/window/dialog_client_view.h
@@ -71,7 +71,8 @@ class VIEWS_EXPORT DialogClientView : public ClientView,
TextButton* cancel_button() const { return cancel_button_; }
// Creates a StyleParams struct in Chrome style (default is native style).
- static StyleParams GetChromeStyleParams();
+ static StyleParams GetChromeStyleParams(int button_vedge_margin,
+ int button_hedge_margin);
// Returns the number of pixels at the bottom of the dialog which are visually
// part of the frame, but are actually rendered by the DialogClientView.
« no previous file with comments | « ui/views/focus/focus_traversal_unittest.cc ('k') | ui/views/window/dialog_client_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698