diff options
Diffstat (limited to 'chrome/browser/chromeos/gdata/gdata_wapi_parser.h')
-rw-r--r-- | chrome/browser/chromeos/gdata/gdata_wapi_parser.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/chromeos/gdata/gdata_wapi_parser.h b/chrome/browser/chromeos/gdata/gdata_wapi_parser.h index 4751afe..03599eb 100644 --- a/chrome/browser/chromeos/gdata/gdata_wapi_parser.h +++ b/chrome/browser/chromeos/gdata/gdata_wapi_parser.h @@ -545,10 +545,6 @@ class DocumentFeed : public FeedEntry { // List of document entries. const ScopedVector<DocumentEntry>& entries() const { return entries_; } - // Releases entries_ into |entries|. This is a transfer of ownership, so the - // caller is responsible for deleting the elements of |entries|. - void ReleaseEntries(std::vector<DocumentEntry*>* entries); - // Start index of the document entry list. int start_index() const { return start_index_; } |