 Chromium Code Reviews
 Chromium Code Reviews Issue 2671923002:
  mash: Cleanup ash shelf application menu code.  (Closed)
    
  
    Issue 2671923002:
  mash: Cleanup ash shelf application menu code.  (Closed) 
  | Index: ash/common/test/test_shelf_item_delegate.cc | 
| diff --git a/ash/common/test/test_shelf_item_delegate.cc b/ash/common/test/test_shelf_item_delegate.cc | 
| index e086259bdaff750ced8f7ee719d9e8098cb831a9..7d3c9c38683abd44b9751d78419cf8c8bf99ea08 100644 | 
| --- a/ash/common/test/test_shelf_item_delegate.cc | 
| +++ b/ash/common/test/test_shelf_item_delegate.cc | 
| @@ -26,9 +26,9 @@ ShelfItemDelegate::PerformedAction TestShelfItemDelegate::ItemSelected( | 
| return kNoAction; | 
| } | 
| -ui::SimpleMenuModel* TestShelfItemDelegate::CreateApplicationMenu( | 
| +ash::ShelfApplicationMenuItems TestShelfItemDelegate::GetAppMenuItems( | 
| int event_flags) { | 
| - return nullptr; | 
| + return ash::ShelfApplicationMenuItems(); | 
| 
James Cook
2017/02/06 17:30:21
ditto?
 
msw
2017/02/07 09:12:01
ditto (removed ash:: specifier)
 | 
| } | 
| void TestShelfItemDelegate::Close() {} |