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

Issue 8872036: Profiles: Move NetworkActionPredictor to the ProfileKeyedService framework. (Closed)

Created:
9 years ago by Elliot Glaysher
Modified:
9 years ago
Reviewers:
dominich
CC:
chromium-reviews, James Su, Paweł Hajdan Jr., Miranda Callahan
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Profiles: Move NetworkActionPredictor to the ProfileKeyedService framework. BUG=77155, 103574 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114067

Patch Set 1 #

Patch Set 2 : Add comment as reminder #

Total comments: 4

Patch Set 3 : More #

Total comments: 4

Patch Set 4 : Remove dtor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -29 lines) Patch
M chrome/browser/autocomplete/autocomplete_edit.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/autocomplete/network_action_predictor.h View 3 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/network_action_predictor.cc View 1 2 2 chunks +4 lines, -1 line 0 comments Download
A chrome/browser/autocomplete/network_action_predictor_factory.h View 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/browser/autocomplete/network_action_predictor_factory.cc View 1 1 chunk +34 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/network_action_predictor_unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/profiles/profile.h View 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/profiles/profile_dependency_manager.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl.h View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/base/testing_profile.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/base/testing_profile.cc View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Elliot Glaysher
dominich: review mirandac: fyi
9 years ago (2011-12-09 00:07:44 UTC) #1
dominich
On 2011/12/09 00:07:44, Elliot Glaysher wrote: > dominich: review > mirandac: fyi Thanks for looking ...
9 years ago (2011-12-12 16:53:10 UTC) #2
dominich
http://codereview.chromium.org/8872036/diff/2001/chrome/browser/autocomplete/network_action_predictor.cc File chrome/browser/autocomplete/network_action_predictor.cc (right): http://codereview.chromium.org/8872036/diff/2001/chrome/browser/autocomplete/network_action_predictor.cc#newcode91 chrome/browser/autocomplete/network_action_predictor.cc:91: db_->OnPredictorDestroyed(); This should be moved to Shutdown. http://codereview.chromium.org/8872036/diff/2001/chrome/browser/autocomplete/network_action_predictor_factory.cc File ...
9 years ago (2011-12-12 16:58:37 UTC) #3
Elliot Glaysher
PTAL http://codereview.chromium.org/8872036/diff/2001/chrome/browser/autocomplete/network_action_predictor.cc File chrome/browser/autocomplete/network_action_predictor.cc (right): http://codereview.chromium.org/8872036/diff/2001/chrome/browser/autocomplete/network_action_predictor.cc#newcode91 chrome/browser/autocomplete/network_action_predictor.cc:91: db_->OnPredictorDestroyed(); On 2011/12/12 16:58:39, dominich wrote: > This ...
9 years ago (2011-12-12 18:16:15 UTC) #4
dominich
http://codereview.chromium.org/8872036/diff/6001/chrome/browser/autocomplete/network_action_predictor_unittest.cc File chrome/browser/autocomplete/network_action_predictor_unittest.cc (right): http://codereview.chromium.org/8872036/diff/6001/chrome/browser/autocomplete/network_action_predictor_unittest.cc#newcode89 chrome/browser/autocomplete/network_action_predictor_unittest.cc:89: virtual ~NetworkActionPredictorTest() { I'm not sure, but I think ...
9 years ago (2011-12-12 18:25:01 UTC) #5
Elliot Glaysher
http://codereview.chromium.org/8872036/diff/6001/chrome/browser/autocomplete/network_action_predictor_unittest.cc File chrome/browser/autocomplete/network_action_predictor_unittest.cc (right): http://codereview.chromium.org/8872036/diff/6001/chrome/browser/autocomplete/network_action_predictor_unittest.cc#newcode89 chrome/browser/autocomplete/network_action_predictor_unittest.cc:89: virtual ~NetworkActionPredictorTest() { On 2011/12/12 18:25:01, dominich wrote: > ...
9 years ago (2011-12-12 18:43:47 UTC) #6
dominich
LGTM modulo trybots passing.
9 years ago (2011-12-12 18:45:49 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/8872036/8002
9 years ago (2011-12-12 18:50:28 UTC) #8
commit-bot: I haz the power
9 years ago (2011-12-12 20:08:48 UTC) #9
Change committed as 114067

Powered by Google App Engine
This is Rietveld 408576698