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

Issue 11377131: Removing PrefObserver usage, batch 4. (Closed)

Created:
8 years, 1 month ago by Jói
Modified:
8 years, 1 month ago
CC:
chromium-reviews, Aaron Boodman, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 5

Patch Set 2 : Get rid of PrefEventMap. #

Patch Set 3 : Merge LKGR #

Total comments: 4

Patch Set 4 : Respond to review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -150 lines) Patch
M chrome/browser/extensions/api/font_settings/font_settings_api.h View 1 2 3 4 chunks +10 lines, -31 lines 0 comments Download
M chrome/browser/extensions/api/font_settings/font_settings_api.cc View 1 2 3 6 chunks +28 lines, -39 lines 0 comments Download
M chrome/browser/extensions/api/managed_mode/managed_mode_api.h View 2 chunks +3 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/managed_mode/managed_mode_api.cc View 1 chunk +5 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/preference/preference_api.h View 2 chunks +1 line, -6 lines 0 comments Download
M chrome/browser/extensions/api/preference/preference_api.cc View 1 chunk +8 lines, -7 lines 0 comments Download
M chrome/browser/extensions/component_loader.h View 3 chunks +1 line, -6 lines 0 comments Download
M chrome/browser/extensions/component_loader.cc View 1 2 2 chunks +4 lines, -7 lines 0 comments Download
M chrome/browser/extensions/extension_service.h View 1 2 4 chunks +3 lines, -7 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 2 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/extensions/external_policy_loader.h View 3 chunks +1 line, -7 lines 0 comments Download
M chrome/browser/extensions/external_policy_loader.cc View 2 chunks +3 lines, -9 lines 0 comments Download
M chrome/browser/media_gallery/media_file_system_registry.h View 3 chunks +2 lines, -6 lines 0 comments Download
M chrome/browser/media_gallery/media_file_system_registry.cc View 2 chunks +8 lines, -6 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Jói
8 years, 1 month ago (2012-11-13 14:24:50 UTC) #1
Mattias Nissler (ping if slow)
Thanks for your work on this, I like the way how code becomes simpler in ...
8 years, 1 month ago (2012-11-13 15:09:48 UTC) #2
Jói
falken: Please see discussion around font_settings_api.cc; for context, we are switching PrefChangeRegistrar and PrefMember to ...
8 years, 1 month ago (2012-11-13 15:16:45 UTC) #3
falken
http://codereview.chromium.org/11377131/diff/1/chrome/browser/extensions/api/font_settings/font_settings_api.cc File chrome/browser/extensions/api/font_settings/font_settings_api.cc (right): http://codereview.chromium.org/11377131/diff/1/chrome/browser/extensions/api/font_settings/font_settings_api.cc#newcode142 chrome/browser/extensions/api/font_settings/font_settings_api.cc:142: pref_event_map_[pref_name] = std::make_pair(event_name, key); On 2012/11/13 15:16:45, Jói wrote: ...
8 years, 1 month ago (2012-11-14 03:35:30 UTC) #4
Jói
PTAL, I hope I did this right. Note that I completely removed the |incognito| parameters, ...
8 years, 1 month ago (2012-11-14 13:03:27 UTC) #5
Mattias Nissler (ping if slow)
What you did seems right to me, so LGTM from my side. However, I defer ...
8 years, 1 month ago (2012-11-14 13:35:44 UTC) #6
Jói
Thanks, I plan to wait for feedback from falken@ before committing. Cheers, Jói On Wed, ...
8 years, 1 month ago (2012-11-14 13:40:18 UTC) #7
falken
font settings lgtm I like how the code gets simpler! http://codereview.chromium.org/11377131/diff/2002/chrome/browser/extensions/api/font_settings/font_settings_api.h File chrome/browser/extensions/api/font_settings/font_settings_api.h (right): http://codereview.chromium.org/11377131/diff/2002/chrome/browser/extensions/api/font_settings/font_settings_api.h#newcode13 ...
8 years, 1 month ago (2012-11-14 14:09:24 UTC) #8
Jói
Thanks! http://codereview.chromium.org/11377131/diff/2002/chrome/browser/extensions/api/font_settings/font_settings_api.h File chrome/browser/extensions/api/font_settings/font_settings_api.h (right): http://codereview.chromium.org/11377131/diff/2002/chrome/browser/extensions/api/font_settings/font_settings_api.h#newcode13 chrome/browser/extensions/api/font_settings/font_settings_api.h:13: #include <utility> On 2012/11/14 14:09:24, falken wrote: > ...
8 years, 1 month ago (2012-11-14 14:40:21 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joi@chromium.org/11377131/8003
8 years, 1 month ago (2012-11-14 16:42:39 UTC) #10
commit-bot: I haz the power
Presubmit check for 11377131-8003 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 1 month ago (2012-11-14 16:42:47 UTC) #11
Jói
TBR=estade@chromium.org,aa@chromium.org for OWNERS stamps for these directories: chrome/browser/media_gallery chrome/browser/extensions This is for an API usage ...
8 years, 1 month ago (2012-11-14 16:53:47 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joi@chromium.org/11377131/8003
8 years, 1 month ago (2012-11-14 16:53:59 UTC) #13
commit-bot: I haz the power
8 years, 1 month ago (2012-11-14 18:36:05 UTC) #14
Change committed as 167704

Powered by Google App Engine
This is Rietveld 408576698