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

Issue 9111035: Profiles: Add a size check to ProfileImpl to make sure it no longer grows. (Closed)

Created:
8 years, 11 months ago by Elliot Glaysher
Modified:
8 years, 11 months ago
Reviewers:
Miranda Callahan
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Profiles: Add a size check to ProfileImpl to make sure it no longer grows. We need to prevent regressions where someone will add another service to ProfileImpl that isn't managed by a ProfileKeyedServiceFactory. BUG=77155 TEST=compiles on Linux x64 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=116743

Patch Set 1 #

Total comments: 3

Patch Set 2 : comments from mirandac #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -0 lines) Patch
M chrome/browser/profiles/profile_impl.h View 1 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Elliot Glaysher
8 years, 11 months ago (2012-01-05 23:45:53 UTC) #1
Miranda Callahan
Thank you!! http://codereview.chromium.org/9111035/diff/1/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): http://codereview.chromium.org/9111035/diff/1/chrome/browser/profiles/profile_impl.cc#newcode165 chrome/browser/profiles/profile_impl.cc:165: COMPILE_ASSERT(sizeof(ProfileImpl) == 656u, profile_impl_size_unexpected); Should we instead ...
8 years, 11 months ago (2012-01-06 15:34:57 UTC) #2
Elliot Glaysher
http://codereview.chromium.org/9111035/diff/1/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): http://codereview.chromium.org/9111035/diff/1/chrome/browser/profiles/profile_impl.cc#newcode165 chrome/browser/profiles/profile_impl.cc:165: COMPILE_ASSERT(sizeof(ProfileImpl) == 656u, profile_impl_size_unexpected); On 2012/01/06 15:34:57, Miranda Callahan ...
8 years, 11 months ago (2012-01-06 18:23:58 UTC) #3
Miranda Callahan
On 2012/01/06 18:23:58, Elliot Glaysher wrote: > http://codereview.chromium.org/9111035/diff/1/chrome/browser/profiles/profile_impl.cc > File chrome/browser/profiles/profile_impl.cc (right): > > http://codereview.chromium.org/9111035/diff/1/chrome/browser/profiles/profile_impl.cc#newcode165 ...
8 years, 11 months ago (2012-01-06 18:31:44 UTC) #4
Miranda Callahan
On 2012/01/06 18:31:44, Miranda Callahan wrote: > On 2012/01/06 18:23:58, Elliot Glaysher wrote: > > ...
8 years, 11 months ago (2012-01-06 18:37:18 UTC) #5
Elliot Glaysher
On 2012/01/06 18:37:18, Miranda Callahan wrote: > On 2012/01/06 18:31:44, Miranda Callahan wrote: > > ...
8 years, 11 months ago (2012-01-06 19:23:13 UTC) #6
Miranda Callahan
Ok -- LGTM. On 2012/01/06 19:23:13, Elliot Glaysher wrote: > On 2012/01/06 18:37:18, Miranda Callahan ...
8 years, 11 months ago (2012-01-06 19:32:17 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erg@chromium.org/9111035/4001
8 years, 11 months ago (2012-01-06 20:03:43 UTC) #8
commit-bot: I haz the power
8 years, 11 months ago (2012-01-06 21:27:18 UTC) #9
Change committed as 116743

Powered by Google App Engine
This is Rietveld 408576698