Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / location_bar / location_bar_layout.h
index 43c406a..35f0844 100644 (file)
@@ -38,7 +38,6 @@ class LocationBarLayout {
   // - |edge_item_padding|, the padding between the omnibox edge and the item,
   //   if the item is the first one drawn;
   // - |item_padding|, the padding between the previous item and this one;
-  // - |builtin_padding|, any padding directly built into the item;
   // - The |view| corresponding to this decoration, a weak pointer.
   // Note that |auto_collapse| can be true if and only if |max_fraction| is 0.
   void AddDecoration(int y,
@@ -47,11 +46,10 @@ class LocationBarLayout {
                      double max_fraction,
                      int edge_item_padding,
                      int item_padding,
-                     int builtin_padding,
                      views::View* view);
 
   // Add a non-resizable decoration with standard padding.
-  void AddDecoration(int y, int height, int builtin_padding, views::View* view);
+  void AddDecoration(int y, int height, views::View* view);
 
   // First pass of decoration layout process. Pass the full width of the
   // location bar in |entry_width|. This pass will adjust it to account for