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

Issue 10825273: Clean-up inline members of nested classes (base/) (Closed)

Created:
8 years, 4 months ago by hans
Modified:
8 years, 4 months ago
CC:
chromium-reviews, erikwright (departed), brettw-cc_chromium.org
Visibility:
Public.

Description

Clean-up inline members of nested classes (base/) Due to a bug, the Clang-plugin style checker failed to warn about inline constructors, destructors, non-empty virtual methods, etc. for nested classes. The plugin has been fixed, and this patch is part of a clean-up of all the code that now causes the plugin to issue errors. BUG=139346 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151016

Patch Set 1 #

Total comments: 10

Patch Set 2 : Address comments #

Patch Set 3 : Add comment about the non-explicit copy ctr #

Patch Set 4 : BASE_EXPORT #

Patch Set 5 : moar BASE_EXPORT #

Patch Set 6 : sixth time's the charm #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -12 lines) Patch
M base/system_monitor/system_monitor.h View 1 2 3 4 5 1 chunk +2 lines, -7 lines 0 comments Download
M base/system_monitor/system_monitor.cc View 1 1 chunk +11 lines, -0 lines 0 comments Download
M base/values.h View 1 2 3 4 2 chunks +6 lines, -5 lines 0 comments Download
M base/values.cc View 1 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
hans
8 years, 4 months ago (2012-08-09 13:34:50 UTC) #1
jar (doing other things)
https://chromiumcodereview.appspot.com/10825273/diff/1/base/system_monitor/system_monitor.cc File base/system_monitor/system_monitor.cc (right): https://chromiumcodereview.appspot.com/10825273/diff/1/base/system_monitor/system_monitor.cc#newcode53 base/system_monitor/system_monitor.cc:53: SystemMonitor::MediaDeviceInfo::MediaDeviceInfo( nit: Since the declaration of this method in ...
8 years, 4 months ago (2012-08-09 16:30:27 UTC) #2
hans
Thank you very much for the review! New patch uploaded. https://chromiumcodereview.appspot.com/10825273/diff/1/base/system_monitor/system_monitor.cc File base/system_monitor/system_monitor.cc (right): https://chromiumcodereview.appspot.com/10825273/diff/1/base/system_monitor/system_monitor.cc#newcode53 ...
8 years, 4 months ago (2012-08-09 18:28:48 UTC) #3
jar (doing other things)
With nit (comment).... LGTM https://chromiumcodereview.appspot.com/10825273/diff/1/base/values.h File base/values.h (right): https://chromiumcodereview.appspot.com/10825273/diff/1/base/values.h#newcode346 base/values.h:346: key_iterator(const key_iterator& rhs); You are ...
8 years, 4 months ago (2012-08-09 19:27:16 UTC) #4
hans
Thanks! https://chromiumcodereview.appspot.com/10825273/diff/1/base/values.h File base/values.h (right): https://chromiumcodereview.appspot.com/10825273/diff/1/base/values.h#newcode346 base/values.h:346: key_iterator(const key_iterator& rhs); On 2012/08/09 19:27:16, jar wrote: ...
8 years, 4 months ago (2012-08-09 19:31:05 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hans@chromium.org/10825273/6005
8 years, 4 months ago (2012-08-09 19:31:42 UTC) #6
commit-bot: I haz the power
Try job failure for 10825273-6005 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 4 months ago (2012-08-09 19:53:47 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hans@chromium.org/10825273/2003
8 years, 4 months ago (2012-08-09 20:05:36 UTC) #8
commit-bot: I haz the power
Try job failure for 10825273-2003 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 4 months ago (2012-08-09 21:01:01 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hans@chromium.org/10825273/14001
8 years, 4 months ago (2012-08-10 07:25:12 UTC) #10
commit-bot: I haz the power
Try job failure for 10825273-14001 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 4 months ago (2012-08-10 08:59:01 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hans@chromium.org/10825273/3004
8 years, 4 months ago (2012-08-10 09:02:36 UTC) #12
commit-bot: I haz the power
8 years, 4 months ago (2012-08-10 12:45:36 UTC) #13
Change committed as 151016

Powered by Google App Engine
This is Rietveld 408576698