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

Issue 8515021: Move PluginPrefs to use PluginService instead of PluginList. (Closed)

Created:
9 years, 1 month ago by Robert Sesek
Modified:
9 years, 1 month ago
Reviewers:
Bernhard Bauer, jam
CC:
chromium-reviews, jam, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr., stuartmorgan+watch_chromium.org
Visibility:
Public.

Description

Move PluginPrefs to use PluginService instead of PluginList. BUG=103788, chromium-os:22447 TEST=unit_tests --gtest_filter=PluginPrefs* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109657

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : plugin_list() #

Total comments: 3

Patch Set 4 : Update tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -31 lines) Patch
M chrome/browser/extensions/extension_service_unittest.cc View 1 2 3 5 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/plugin_prefs.h View 1 chunk +9 lines, -2 lines 0 comments Download
M chrome/browser/plugin_prefs.cc View 2 chunks +14 lines, -22 lines 0 comments Download
M chrome/browser/plugin_prefs_unittest.cc View 1 4 chunks +16 lines, -2 lines 0 comments Download
M content/browser/plugin_loader_posix_unittest.cc View 1 2 3 3 chunks +7 lines, -0 lines 0 comments Download
M content/browser/plugin_service.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/browser/plugin_service.cc View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Robert Sesek
Pri-1 code review.
9 years, 1 month ago (2011-11-10 23:14:13 UTC) #1
Bernhard Bauer
LGTM with a suggestion below: (you're lucky I'm still awake ;-) ) http://codereview.chromium.org/8515021/diff/1/chrome/browser/plugin_prefs_unittest.cc File chrome/browser/plugin_prefs_unittest.cc ...
9 years, 1 month ago (2011-11-10 23:19:23 UTC) #2
Robert Sesek
+jam for OWNERS http://codereview.chromium.org/8515021/diff/1/chrome/browser/plugin_prefs_unittest.cc File chrome/browser/plugin_prefs_unittest.cc (right): http://codereview.chromium.org/8515021/diff/1/chrome/browser/plugin_prefs_unittest.cc#newcode37 chrome/browser/plugin_prefs_unittest.cc:37: base::ShadowingAtExitManager at_exit_manager_; // Destroys the PluginService. ...
9 years, 1 month ago (2011-11-10 23:25:39 UTC) #3
jam
http://codereview.chromium.org/8515021/diff/10/content/browser/plugin_service.cc File content/browser/plugin_service.cc (right): http://codereview.chromium.org/8515021/diff/10/content/browser/plugin_service.cc#newcode647 content/browser/plugin_service.cc:647: if (plugin_list_) this seems to be covering up for ...
9 years, 1 month ago (2011-11-10 23:39:16 UTC) #4
Robert Sesek
http://codereview.chromium.org/8515021/diff/10/content/browser/plugin_service.cc File content/browser/plugin_service.cc (right): http://codereview.chromium.org/8515021/diff/10/content/browser/plugin_service.cc#newcode647 content/browser/plugin_service.cc:647: if (plugin_list_) On 2011/11/10 23:39:16, John Abd-El-Malek wrote: > ...
9 years, 1 month ago (2011-11-10 23:42:05 UTC) #5
jam
lgtm http://codereview.chromium.org/8515021/diff/1003/content/browser/plugin_service.cc File content/browser/plugin_service.cc (right): http://codereview.chromium.org/8515021/diff/1003/content/browser/plugin_service.cc#newcode647 content/browser/plugin_service.cc:647: return plugin_list_; nit: please move this function impl ...
9 years, 1 month ago (2011-11-10 23:57:40 UTC) #6
Robert Sesek
http://codereview.chromium.org/8515021/diff/1003/content/browser/plugin_service.cc File content/browser/plugin_service.cc (right): http://codereview.chromium.org/8515021/diff/1003/content/browser/plugin_service.cc#newcode647 content/browser/plugin_service.cc:647: return plugin_list_; On 2011/11/10 23:57:40, John Abd-El-Malek wrote: > ...
9 years, 1 month ago (2011-11-11 01:19:19 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsesek@chromium.org/8515021/1003
9 years, 1 month ago (2011-11-11 01:19:32 UTC) #8
commit-bot: I haz the power
Try job failure for 8515021-1003 (retry) on linux_rel for steps "unit_tests, content_unittests". It's a second ...
9 years, 1 month ago (2011-11-11 02:09:29 UTC) #9
Robert Sesek
Can either one of you take another look? Had to update some tests to call ...
9 years, 1 month ago (2011-11-11 16:01:17 UTC) #10
Bernhard Bauer
9 years, 1 month ago (2011-11-11 16:04:17 UTC) #11
LGTM!

Powered by Google App Engine
This is Rietveld 408576698