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

Issue 7583003: [Refactoring] Extracted SpellCheckProfile from ProfileImpl. (Closed)

Created:
9 years, 4 months ago by gmorrita
Modified:
9 years, 4 months ago
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

[Refactoring] Extracted SpellCheckProfile from ProfileImpl. Extracted - ProfileImpl::spellcheck_host_ready - ProfileImpl::spellcheck_host_ - ProfileImpl::spellcheck_host_metrics_ into newly created SpellCheckProfile. This is a preparation for implementing SyncableService. TEST=SpellCheckProfileTest.* BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96135

Patch Set 1 #

Patch Set 2 : Resolved cpplint errors. #

Total comments: 19

Patch Set 3 : Addressed fthe feedback #

Total comments: 2

Patch Set 4 : To commit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+374 lines, -56 lines) Patch
M chrome/browser/profiles/profile_impl.h View 1 2 3 6 chunks +4 lines, -12 lines 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 2 3 7 chunks +19 lines, -43 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_host.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/spellchecker/spellcheck_host_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_host_impl.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
A chrome/browser/spellchecker/spellcheck_profile.h View 1 2 1 chunk +105 lines, -0 lines 0 comments Download
A chrome/browser/spellchecker/spellcheck_profile.cc View 1 2 1 chunk +75 lines, -0 lines 0 comments Download
A chrome/browser/spellchecker/spellcheck_profile_unittest.cc View 1 2 1 chunk +156 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
gmorrita
Bono-san, could you take a look at this? I'm planning to implement SyncableService on this ...
9 years, 4 months ago (2011-08-05 08:02:03 UTC) #1
Hironori Bono
Morita-san, Thank you for your refactoring. Unfortunately, this change seems to have some style issues. ...
9 years, 4 months ago (2011-08-08 02:07:12 UTC) #2
gmorrita
> Thank you for your refactoring. Unfortunately, this change seems to have some > style ...
9 years, 4 months ago (2011-08-08 02:41:29 UTC) #3
Hironori Bono
Morita-san, Thank you for your update. I have added some comments. Regards, Hironori Bono http://codereview.chromium.org/7583003/diff/2002/chrome/browser/profiles/profile_impl.cc ...
9 years, 4 months ago (2011-08-08 03:28:58 UTC) #4
gmorrita
Bono-san, thank for the feedback, Could you please another look? By the way, try bots ...
9 years, 4 months ago (2011-08-08 05:17:03 UTC) #5
gmorrita
http://codereview.chromium.org/7583003/diff/2002/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): http://codereview.chromium.org/7583003/diff/2002/chrome/browser/profiles/profile_impl.cc#newcode306 chrome/browser/profiles/profile_impl.cc:306: spellcheck_profile_(new SpellCheckProfile()), On 2011/08/08 03:29:03, hbono wrote: > Do ...
9 years, 4 months ago (2011-08-08 05:23:48 UTC) #6
Hironori Bono
Morita-san, LGTM (with a style nit) for spellchecker changes. Thank you for your updates. Regards, ...
9 years, 4 months ago (2011-08-08 09:15:35 UTC) #7
Miranda Callahan
LGTM with naming nit. http://codereview.chromium.org/7583003/diff/7001/chrome/browser/profiles/profile_impl.h File chrome/browser/profiles/profile_impl.h (right): http://codereview.chromium.org/7583003/diff/7001/chrome/browser/profiles/profile_impl.h#newcode178 chrome/browser/profiles/profile_impl.h:178: SpellCheckProfile* spellcheck_profile(); This should be ...
9 years, 4 months ago (2011-08-08 09:26:34 UTC) #8
gmorrita
Bono-san, Miranda, thanks for taking a look! I'll commit this once I take the feedback.
9 years, 4 months ago (2011-08-09 01:40:10 UTC) #9
commit-bot: I haz the power
The commit queue went berserk retrying too often for a seemingly flaky test. Builder is ...
9 years, 4 months ago (2011-08-09 12:57:31 UTC) #10
commit-bot: I haz the power
Try job failure for 7583003-8001 (retry) on linux for step "compile" (clobber build). It's a ...
9 years, 4 months ago (2011-08-09 13:31:38 UTC) #11
gmorrita
Hmm the compiler was in trouble. I'll retry.
9 years, 4 months ago (2011-08-10 01:03:36 UTC) #12
commit-bot: I haz the power
9 years, 4 months ago (2011-08-10 05:49:16 UTC) #13
Change committed as 96135

Powered by Google App Engine
This is Rietveld 408576698