- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / autofill / down_arrow_popup_menu_cell.h
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.
4
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_
7
8 #import "chrome/browser/ui/cocoa/clickhold_button_cell.h"
9
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
15
16 #endif  // CHROME_BROWSER_UI_COCOA_AUTOFILL_DOWN_ARROW_POPUP_MENU_CELL_H_