| Index: chrome/common/extensions/draggable_region.h
|
| diff --git a/chrome/common/extensions/draggable_region.h b/chrome/common/extensions/draggable_region.h
|
| index da2b893df5584941f67f5d1ded569ff1c78aa586..e5a3c5f23c782e58fa0bed25d6842807841d73a3 100644
|
| --- a/chrome/common/extensions/draggable_region.h
|
| +++ b/chrome/common/extensions/draggable_region.h
|
| @@ -13,11 +13,6 @@ struct DraggableRegion {
|
| bool draggable;
|
| gfx::Rect bounds;
|
|
|
| - // TODO(jianli): to be removed after WebKit patch that changes the draggable
|
| - // region syntax is landed.
|
| - std::string label;
|
| - gfx::Rect clip;
|
| -
|
| DraggableRegion();
|
| };
|
|
|
|
|