BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / chrome / browser / ui / cocoa / autofill / down_arrow_popup_menu_cell.h
blobb3190430384bfc6edcbadf34333cd4a8402fa9ff
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_UI_COCOA_AUTOFILL_DOWN_ARROW_POPUP_MENU_CELL_H_
6 #define CHROME_BROWSER_UI_COCOA_AUTOFILL_DOWN_ARROW_POPUP_MENU_CELL_H_
8 #import "chrome/browser/ui/cocoa/clickhold_button_cell.h"
10 // Button cell for a popup menu that shows a static title as well as a down
11 // arrow. Exposes the same public API as the ClickHoldButtonCell, but
12 // has modified rendering to add static title.
13 @interface DownArrowPopupMenuCell : ClickHoldButtonCell
14 @end
16 #endif // CHROME_BROWSER_UI_COCOA_AUTOFILL_DOWN_ARROW_POPUP_MENU_CELL_H_