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

Issue 5800004: Migrate HostReferralList and StartupDNSPrefetchList from local_state to user ... (Closed)

Created:
10 years ago by Miranda Callahan
Modified:
9 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, ben+cc_chromium.org, DaveMoore, Chris Masone, John Gregg, tc
Visibility:
Public.

Description

Migrate HostReferralList and StartupDNSPrefetchList from local_state to user preferences, in preparation for multi-profile. BUG=66717 TEST=none. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69320 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69412

Patch Set 1 : '' #

Total comments: 4

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : Migrate HostReferralList and StartupDNSPrefetchList from local_state to user ... #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -21 lines) Patch
M chrome/browser/browser_shutdown.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/net/predictor_api.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/net/predictor_api.cc View 1 2 3 4 chunks +22 lines, -11 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/prefs/pref_service.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 2 chunks +21 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Miranda Callahan
10 years ago (2010-12-13 19:18:08 UTC) #1
jar (doing other things)
A few questions below. I've also copied Tony, since he's generally the expert on profile ...
10 years ago (2010-12-13 20:27:28 UTC) #2
Miranda Callahan
Ok -- addressed your concerns, and also slightly reorganized the prefs: standardized their names to ...
10 years ago (2010-12-14 01:03:49 UTC) #3
jar (doing other things)
LGTM To verify that this persistence is working (in the new world): Visit some sites, ...
10 years ago (2010-12-14 08:18:26 UTC) #4
Miranda Callahan
10 years ago (2010-12-15 17:28:36 UTC) #5
On 2010/12/14 08:18:26, jar wrote:
> LGTM
> 
> To verify that this persistence is working (in the new world):
> 
> Visit some sites, like http://cnn.com.
> 
> Visit about:dns
> 
> Notice  that there is a startup list.
> Notice that there is a referral list.
> 
> Close most of your tabs, except about:dns
> 
> Exit browser and restart (bring up just the about:dns tab)
> Verify that the referral list is still somewhat intact (it was persisted, and
> restored).
> 
> Also, using an ASCII editor, verify that the old pref has deleted.
> 
> thx!

Thanks for the test explanation -- yes, it looks like it passes.  :-)

Powered by Google App Engine
This is Rietveld 408576698