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

Issue 10004001: Add virtual and OVERRIDE to base/ implementation files (Closed)

Created:
8 years, 8 months ago by Ryan Sleevi
Modified:
8 years, 8 months ago
CC:
chromium-reviews, MAD, sadrul, jar (doing other things), erikwright (departed), brettw-cc_chromium.org, Ilya Sherman, Nico
Visibility:
Public.

Description

Add virtual and OVERRIDE to base/ implementation files BUG=none TEST=compiles Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=131098

Patch Set 1 #

Total comments: 2

Patch Set 2 : Feedback from chromium-dev #

Total comments: 11

Patch Set 3 : Review lint #

Patch Set 4 : Win Fix -> Missing header #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -138 lines) Patch
M base/bind_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/debug/trace_event_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M base/environment.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M base/file_descriptor_shuffle_unittest.cc View 2 chunks +6 lines, -7 lines 0 comments Download
M base/file_path_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M base/file_util_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M base/lazy_instance_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/memory/linked_ptr_unittest.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M base/memory/scoped_ptr_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/memory/scoped_vector_unittest.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M base/memory/singleton_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M base/memory/weak_ptr_unittest.cc View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M base/message_loop_proxy_impl_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M base/message_loop_proxy_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M base/message_loop_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M base/message_pump_libevent_unittest.cc View 1 4 chunks +7 lines, -7 lines 0 comments Download
M base/metrics/stats_table_unittest.cc View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M base/observer_list_unittest.cc View 1 2 9 chunks +24 lines, -15 lines 0 comments Download
M base/pr_time_unittest.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M base/process_util_unittest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M base/shared_memory_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M base/synchronization/condition_variable_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/synchronization/lock_unittest.cc View 4 chunks +6 lines, -4 lines 0 comments Download
M base/synchronization/waitable_event_posix.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/synchronization/waitable_event_unittest.cc View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M base/synchronization/waitable_event_watcher_posix.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M base/synchronization/waitable_event_watcher_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/system_monitor/system_monitor_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M base/test/test_suite.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M base/threading/non_thread_safe_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/threading/sequenced_worker_pool_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M base/threading/simple_thread_unittest.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M base/threading/thread_checker_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/threading/thread_collision_warner_unittest.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M base/threading/thread_local_storage_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/threading/thread_local_unittest.cc View 1 2 3 chunks +14 lines, -8 lines 0 comments Download
M base/threading/thread_unittest.cc View 1 2 3 chunks +6 lines, -5 lines 0 comments Download
M base/threading/watchdog_unittest.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M base/threading/worker_pool_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/threading/worker_pool_posix_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M base/time_unittest.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M base/tools_sanity_unittest.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M base/tracked_objects_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M base/values_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
Ryan Sleevi
thakis: Before I get a base/ reviewer, WDYT about changes like this? I have a ...
8 years, 8 months ago (2012-04-05 05:27:41 UTC) #1
Nico
I think this is reasonable. But it's probably best if you reply to Avi's "should ...
8 years, 8 months ago (2012-04-05 05:30:39 UTC) #2
Avi (use Gerrit)
On 2012/04/05 05:30:39, Nico wrote: > I think this is reasonable. But it's probably best ...
8 years, 8 months ago (2012-04-05 14:59:40 UTC) #3
Nico
https://chromiumcodereview.appspot.com/10004001/diff/1/base/metrics/stats_table_unittest.cc File base/metrics/stats_table_unittest.cc (right): https://chromiumcodereview.appspot.com/10004001/diff/1/base/metrics/stats_table_unittest.cc#newcode80 base/metrics/stats_table_unittest.cc:80: virtual ~StatsTableThread() {} Why is this needed?
8 years, 8 months ago (2012-04-05 17:52:34 UTC) #4
Ryan Sleevi
jar: base/ ready for review. Looks like no detractors from the chromium-dev thread (so far), ...
8 years, 8 months ago (2012-04-05 19:12:07 UTC) #5
Nico
lgtm, but i'm not in base/owners http://codereview.chromium.org/10004001/diff/1033/base/synchronization/waitable_event_watcher_posix.cc File base/synchronization/waitable_event_watcher_posix.cc (right): http://codereview.chromium.org/10004001/diff/1033/base/synchronization/waitable_event_watcher_posix.cc#newcode46 base/synchronization/waitable_event_watcher_posix.cc:46: friend class RefCountedThreadSafe<Flag>; ...
8 years, 8 months ago (2012-04-05 19:16:02 UTC) #6
Ryan Sleevi
http://codereview.chromium.org/10004001/diff/1033/base/synchronization/waitable_event_watcher_posix.cc File base/synchronization/waitable_event_watcher_posix.cc (right): http://codereview.chromium.org/10004001/diff/1033/base/synchronization/waitable_event_watcher_posix.cc#newcode47 base/synchronization/waitable_event_watcher_posix.cc:47: ~Flag() {} On 2012/04/05 19:16:02, Nico wrote: > unnecessary, ...
8 years, 8 months ago (2012-04-05 19:22:37 UTC) #7
jar (doing other things)
Since you're in there fixing things... I pointed out adjacent stuff that should probably be ...
8 years, 8 months ago (2012-04-05 21:11:30 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/10004001/5023
8 years, 8 months ago (2012-04-05 21:59:57 UTC) #9
commit-bot: I haz the power
Try job failure for 10004001-5023 (retry) on win_rel for step "compile" (clobber build). It's a ...
8 years, 8 months ago (2012-04-05 22:40:23 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/10004001/4014
8 years, 8 months ago (2012-04-06 00:56:33 UTC) #11
commit-bot: I haz the power
8 years, 8 months ago (2012-04-06 03:53:05 UTC) #12
Change committed as 131098

Powered by Google App Engine
This is Rietveld 408576698