Index: ui/base/x/selection_owner.h |
diff --git a/ui/base/x/selection_owner.h b/ui/base/x/selection_owner.h |
index eb106530b1150103a269531769dbeed217111de2..a62be5250ad847193510c76b632e2b9780f13021 100644 |
--- a/ui/base/x/selection_owner.h |
+++ b/ui/base/x/selection_owner.h |
@@ -36,6 +36,9 @@ class UI_EXPORT SelectionOwner { |
// Returns the current selection data. Useful for fast paths. |
SelectionFormatMap* selection_format_map() { return selection_data_.get(); } |
+ // Retrieves a list of types we're offering. |
+ void RetrieveTargets(std::vector<Atom>* targets); |
+ |
// Attempts to take ownership of the selection. If we're successful, present |
// |data| to other windows. |
void TakeOwnershipOfSelection(scoped_ptr<SelectionFormatMap> data); |