| Index: content/browser/renderer_host/popup_menu_helper_mac.h
|
| diff --git a/content/browser/renderer_host/popup_menu_helper_mac.h b/content/browser/renderer_host/popup_menu_helper_mac.h
|
| index 1915b1aa010f7b274027dcd69d648971e89ac260..bf289e64de54184d58ae0946718a5c9c4f5c7ee9 100644
|
| --- a/content/browser/renderer_host/popup_menu_helper_mac.h
|
| +++ b/content/browser/renderer_host/popup_menu_helper_mac.h
|
| @@ -33,7 +33,8 @@ class PopupMenuHelper : public content::NotificationObserver {
|
| double item_font_size,
|
| int selected_item,
|
| const std::vector<WebMenuItem>& items,
|
| - bool right_aligned);
|
| + bool right_aligned,
|
| + bool allow_multiple_selection);
|
|
|
| private:
|
| // content::NotificationObserver implementation:
|
|
|