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

Issue 10855076: Clean-up inline members of nested classes (remoting/) (Closed)

Created:
8 years, 4 months ago by hans
Modified:
8 years, 4 months ago
Reviewers:
Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Clean-up inline members of nested classes (remoting/) 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=150913

Patch Set 1 #

Patch Set 2 : Make SignalStrage::Listener members pure virtual #

Patch Set 3 : And try not to break the gyp file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -2 lines) Patch
M remoting/host/heartbeat_sender.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/host/heartbeat_sender.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M remoting/host/log_to_server.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/host/log_to_server.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M remoting/host/signaling_connector.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/host/signaling_connector.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M remoting/jingle_glue/signal_strategy.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/connection_to_host.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/connection_to_host.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
hans
8 years, 4 months ago (2012-08-09 13:57:58 UTC) #1
Wez
I think it makes more sense to have SignalStrategy::Listener be a pure virtual interface, and ...
8 years, 4 months ago (2012-08-09 19:58:03 UTC) #2
Sergey Ulanov
On 2012/08/09 19:58:03, Wez wrote: > I think it makes more sense to have SignalStrategy::Listener ...
8 years, 4 months ago (2012-08-09 20:10:07 UTC) #3
hans
On 2012/08/09 20:10:07, sergeyu wrote: > On 2012/08/09 19:58:03, Wez wrote: > > I think ...
8 years, 4 months ago (2012-08-09 20:41:13 UTC) #4
Sergey Ulanov
LGTM. Thanks! On 2012/08/09 20:41:13, hans wrote: > On 2012/08/09 20:10:07, sergeyu wrote: > > ...
8 years, 4 months ago (2012-08-09 20:47:20 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/10855076/7001
8 years, 4 months ago (2012-08-09 20:49:07 UTC) #6
commit-bot: I haz the power
8 years, 4 months ago (2012-08-09 22:18:22 UTC) #7
Change committed as 150913

Powered by Google App Engine
This is Rietveld 408576698