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

Issue 6794021: Get rid of PrefService::GetMutableDictionary/GetMutableList (Closed)

Created:
9 years, 8 months ago by battre
Modified:
9 years, 7 months ago
Reviewers:
tony
CC:
chromium-reviews
Visibility:
Public.

Description

Get rid of PrefService::GetMutableDictionary/GetMutableList BUG=77914 TEST=none, trybots remain green Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80455

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -26 lines) Patch
M chrome/browser/ui/webui/most_visited_handler.h View 3 chunks +9 lines, -12 lines 0 comments Download
M chrome/browser/ui/webui/most_visited_handler.cc View 5 chunks +16 lines, -14 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
battre
Hi. It has been quite some time but I think you are the original author ...
9 years, 8 months ago (2011-04-04 16:55:45 UTC) #1
tony
9 years, 8 months ago (2011-04-04 17:54:37 UTC) #2
I wasn't the original author of this code, but LGTM.

BTW, I'm not sure how much it buys you to make PrefService::GetDictionary and
PrefService::GetList const since both allow you to call GetDictionary/GetList to
get mutable sub-trees.

Powered by Google App Engine
This is Rietveld 408576698