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

Issue 1067703004: Clean up enhanced_bookmark_utils.h/cc (Closed)

Created:
5 years, 8 months ago by qiankun
Modified:
5 years, 8 months ago
CC:
chromium-reviews, noyau+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Clean up enhanced_bookmark_utils.h/cc Remove unused constant and dead code in these files. BUG=473606 Committed: https://crrev.com/009136427e548a66384ad698430b880083c6b67e Cr-Commit-Position: refs/heads/master@{#324049}

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -14 lines) Patch
M components/enhanced_bookmarks/enhanced_bookmark_utils.h View 2 chunks +0 lines, -6 lines 0 comments Download
M components/enhanced_bookmarks/enhanced_bookmark_utils.cc View 1 chunk +0 lines, -8 lines 1 comment Download

Messages

Total messages: 12 (3 generated)
qiankun
PTAL.
5 years, 8 months ago (2015-04-07 11:29:12 UTC) #2
noyau (Ping after 24h)
Louis, can you check that we don't use this constant in iOS? Thanks.
5 years, 8 months ago (2015-04-07 11:38:09 UTC) #4
lpromero
On 2015/04/07 11:38:09, noyau wrote: > Louis, can you check that we don't use this ...
5 years, 8 months ago (2015-04-07 11:41:24 UTC) #5
lpromero
On 2015/04/07 11:38:09, noyau wrote: > Louis, can you check that we don't use this ...
5 years, 8 months ago (2015-04-07 11:41:26 UTC) #6
noyau (Ping after 24h)
On 2015/04/07 11:41:26, lpromero wrote: > On 2015/04/07 11:38:09, noyau wrote: > > Louis, can ...
5 years, 8 months ago (2015-04-07 13:38:01 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1067703004/1
5 years, 8 months ago (2015-04-07 13:46:39 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 8 months ago (2015-04-07 15:58:27 UTC) #10
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/009136427e548a66384ad698430b880083c6b67e Cr-Commit-Position: refs/heads/master@{#324049}
5 years, 8 months ago (2015-04-07 15:59:43 UTC) #11
Lei Zhang
5 years, 8 months ago (2015-04-07 21:59:29 UTC) #12
Message was sent while issue was closed.
https://codereview.chromium.org/1067703004/diff/1/components/enhanced_bookmar...
File components/enhanced_bookmarks/enhanced_bookmark_utils.cc (right):

https://codereview.chromium.org/1067703004/diff/1/components/enhanced_bookmar...
components/enhanced_bookmarks/enhanced_bookmark_utils.cc:16: class
BookmarkNameComparator : public std::binary_function<const BookmarkNode*,
Now BookmarkNameComparator is dead code. Care to do a follow up CL? You can
remove #include "base/i18n/string_compare.h" as well.

Powered by Google App Engine
This is Rietveld 408576698