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

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

Issue 12013004: alternate ntp: unpinned bookmark bar in ntp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/controls/button/text_button.cc ('k') | ui/views/controls/single_split_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/single_split_view.h
diff --git a/ui/views/controls/single_split_view.h b/ui/views/controls/single_split_view.h
index a5436fe82a873c13918faa3e907ec191367af520..ccb31950da37e931410e64f63a27451e7a37f11b 100644
--- a/ui/views/controls/single_split_view.h
+++ b/ui/views/controls/single_split_view.h
@@ -72,12 +72,6 @@ class VIEWS_EXPORT SingleSplitView : public View {
void SetAccessibleName(const string16& name);
- // This allows for a layout where another view is placed between the
- // leading view and the separator. Calling this method will cause a layout
- // invalidation, i.e., InvalidateLayou()t will be called if |offset| is
- // different from the current value of |leading_bottom_offset_|.
- void SetLeadingBottomOffset(int offset);
-
protected:
// View overrides.
virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
@@ -135,10 +129,6 @@ class VIEWS_EXPORT SingleSplitView : public View {
// The accessible name of this view.
string16 accessible_name_;
- // An offset to leave room between the bottom of the leading view bounds and
- // the separator, if any, or the bottom of the splitview bounds otherwise.
- int leading_bottom_offset_;
-
DISALLOW_COPY_AND_ASSIGN(SingleSplitView);
};
« no previous file with comments | « ui/views/controls/button/text_button.cc ('k') | ui/views/controls/single_split_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698