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

Unified Diff: chrome/browser/ui/views/constrained_window_frame_simple.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
Index: chrome/browser/ui/views/constrained_window_frame_simple.h
diff --git a/chrome/browser/ui/views/constrained_window_frame_simple.h b/chrome/browser/ui/views/constrained_window_frame_simple.h
index 67df90cb457b5e5dc462044e7fd7733f2863d3e0..71551595fa13d8e443eb481a75b481f07077e679 100644
--- a/chrome/browser/ui/views/constrained_window_frame_simple.h
+++ b/chrome/browser/ui/views/constrained_window_frame_simple.h
@@ -24,7 +24,7 @@ class ConstrainedWindowFrameSimple : public views::NonClientFrameView,
public:
explicit ConstrainedWindowFrameSimple(
ConstrainedWindowViews* container,
- ConstrainedWindowViews::ChromeStyleClientInsets client_insets);
+ ConstrainedWindowViews::ChromeStyleFrameLayout frame_layout);
virtual ~ConstrainedWindowFrameSimple();
void set_bottom_margin(int margin) { bottom_margin_ = margin; }
@@ -51,7 +51,7 @@ class ConstrainedWindowFrameSimple : public views::NonClientFrameView,
const ui::Event& event) OVERRIDE;
ConstrainedWindowViews* container_;
- ConstrainedWindowViews::ChromeStyleClientInsets client_insets_;
+ ConstrainedWindowViews::ChromeStyleFrameLayout frame_layout_;
views::Label* title_label_;
views::ImageButton* close_button_;
// Number of margin pixels between the client area and the bottom part of the

Powered by Google App Engine
This is Rietveld 408576698