| Index: ash/shelf/shelf_view.h
|
| diff --git a/ash/shelf/shelf_view.h b/ash/shelf/shelf_view.h
|
| index 23950e076247137a42cff3528bb33de626bff39d..87993e0949c4d6febe64282335bd16edf07627a7 100644
|
| --- a/ash/shelf/shelf_view.h
|
| +++ b/ash/shelf/shelf_view.h
|
| @@ -431,9 +431,6 @@ class ASH_EXPORT ShelfView : public views::View,
|
| // The ShelfItem currently used for drag and drop; empty if none.
|
| ShelfID drag_and_drop_shelf_id_;
|
|
|
| - // The application ID of the application which we drag and drop.
|
| - std::string drag_and_drop_app_id_;
|
| -
|
| // The original launcher item's size before the dragging operation.
|
| gfx::Size pre_drag_and_drop_size_;
|
|
|
|
|