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

Issue 291063002: Fix misuses of DISALLOW_IMPLICIT_CONSTRUCTORS() (Closed)

Created:
6 years, 7 months ago by mdempsky
Modified:
6 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, agl, jln+watch_chromium.org
Visibility:
Public.

Description

Fix misuses of DISALLOW_IMPLICIT_CONSTRUCTORS() DISALLOW_IMPLICIT_CONSTRUCTORS() should be used when we don't want any implicit functions; but in the cases this CL touches, we just want the default constructor to be private, not disallowed. BUG=375000 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271592

Patch Set 1 #

Patch Set 2 : Sort declarations according to Google style guide #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -10 lines) Patch
M content/common/sandbox_linux/sandbox_linux.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M sandbox/linux/seccomp-bpf/trap.h View 1 3 chunks +9 lines, -7 lines 0 comments Download
M sandbox/linux/suid/client/setuid_sandbox_client.h View 1 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
mdempsky
6 years, 7 months ago (2014-05-20 00:00:13 UTC) #1
jln (very slow on Chromium)
lgtm
6 years, 7 months ago (2014-05-20 00:22:33 UTC) #2
mdempsky
The CQ bit was checked by mdempsky@chromium.org
6 years, 7 months ago (2014-05-20 00:41:54 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mdempsky@chromium.org/291063002/20001
6 years, 7 months ago (2014-05-20 00:42:19 UTC) #4
commit-bot: I haz the power
6 years, 7 months ago (2014-05-20 06:33:59 UTC) #5
Message was sent while issue was closed.
Change committed as 271592

Powered by Google App Engine
This is Rietveld 408576698