summaryrefslogtreecommitdiffstats
path: root/base/values.h
diff options
context:
space:
mode:
authorgrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-18 15:52:32 +0000
committergrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-18 15:52:32 +0000
commit17601874b0d11eb69c6c79d5816da02901735475 (patch)
treeda6b1251642046ef821277893e2fca695202a3dc /base/values.h
parent7061be9dea209a557dfcaa9cd300e0dc6cef16f8 (diff)
downloadchromium_src-17601874b0d11eb69c6c79d5816da02901735475.zip
chromium_src-17601874b0d11eb69c6c79d5816da02901735475.tar.gz
chromium_src-17601874b0d11eb69c6c79d5816da02901735475.tar.bz2
Revert 183116
This change appears to have broken HistoryApiTest.DeleteProhibited on Win7 Tests (2). > History: Pass min/max timestamps as query parameters to history server. > > Queries to the history server should match the same time range as the > query to the history backend. > > Also de-dupe and sort results before handing them to the JS frontend. > > BUG=None > > Review URL: https://codereview.chromium.org/12217125 TBR=dubroy@chromium.org Review URL: https://codereview.chromium.org/12304010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183124 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/values.h')
-rw-r--r--base/values.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/base/values.h b/base/values.h
index 8c87844..bb23ffc 100644
--- a/base/values.h
+++ b/base/values.h
@@ -453,9 +453,7 @@ class BASE_EXPORT ListValue : public Value {
// Removes the element at |iter|. If |out_value| is NULL, the value will be
// deleted, otherwise ownership of the value is passed back to the caller.
- // Returns an iterator pointing to the location of the element that
- // followed the erased element.
- iterator Erase(iterator iter, Value** out_value);
+ void Erase(iterator iter, Value** out_value);
// Appends a Value to the end of the list.
void Append(Value* in_value);