Revert "Add Dictionary API to base::Value"
This reverts commit 37c3e0b6. Reason for revert: Breaks some bots[1] due to ValueIteratorsTest.ConstDictIteratorOperatorNE attempting to compare iterators from different sequences. Did you mean to compare contents? [1] e.g. https://uberchromegw.corp.google.com/i/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%28dbg%29%281%29/builds/28161 Original change's description: > Add Dictionary API to base::Value > > This change introduces |FindKey|, |FindKeyOfType|, |SetKey|, |DictEnd| and > |DictItems| to base::Value. These methods are part of the new API proposal and > abstract away the pointer based underlying storage of Dictionary Values. > > Bug: 646113 > Change-Id: I09150f3b2fd47e24074caa50a30a058fc4f558a7 > Reviewed-on: https://chromium-review.googlesource.com/561682 > Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> > Reviewed-by: Brett Wilson <brettw@chromium.org> > Reviewed-by: Vladimir Levin <vmpstr@chromium.org> > Cr-Commit-Position: refs/heads/master@{#486709} TBR=vmpstr@chromium.org,brettw@chromium.org,jdoerrie@chromium.org Change-Id: I1f0e287a99fb5ebd6f228b762d77e446bac5b3af No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 646113 Reviewed-on: https://chromium-review.googlesource.com/571782Reviewed-by:Friedrich Horschig <fhorschig@chromium.org> Commit-Queue: Friedrich Horschig <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#486731}
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment