Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6126)

Unified Diff: chrome/common/extensions/draggable_region.h

Issue 11028125: Remove legacy draggable region code and refactor to share common draggable region code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
};
« no previous file with comments | « chrome/browser/ui/views/extensions/shell_window_views.cc ('k') | chrome/common/extensions/extension_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698