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
16 #endif // CHROME_BROWSER_UI_COCOA_AUTOFILL_DOWN_ARROW_POPUP_MENU_CELL_H_