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

Issue 7564006: Rename PluginUpdater to PluginPrefs and make it per-profile. (Closed)

Created:
9 years, 4 months ago by Bernhard Bauer
Modified:
9 years, 4 months ago
CC:
chromium-reviews, nkostylev+cc_chromium.org, jam, Paweł Hajdan Jr., kkania, darin-cc_chromium.org, brettw-cc_chromium.org, stuartmorgan+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Rename PluginUpdater to PluginPrefs and make it per-profile. BUG=80794 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96364

Patch Set 1 #

Patch Set 2 : sync #

Patch Set 3 : cleanup #

Patch Set 4 : cleanup #

Total comments: 10

Patch Set 5 : review & fix #

Patch Set 6 : fix #

Patch Set 7 : remove pluginprefs initialization #

Patch Set 8 : make pluginprefs refcounted again #

Patch Set 9 : fix #

Patch Set 10 : cleanup #

Patch Set 11 : headers #

Patch Set 12 : fix #

Patch Set 13 : add static initialization again #

Total comments: 1

Patch Set 14 : alphabetize #

Unified diffs Side-by-side diffs Delta from patch set Stats (+261 lines, -642 lines) Patch
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -14 lines 0 comments Download
M chrome/browser/automation/testing_automation_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/browser_about_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/browser_main.cc View 1 2 3 4 2 chunks +1 line, -4 lines 0 comments Download
M chrome/browser/browser_shutdown.cc View 1 2 3 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/login_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/metrics/metrics_log.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/pdf_unsupported_feature.cc View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -5 lines 0 comments Download
A + chrome/browser/plugin_prefs.h View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +44 lines, -31 lines 0 comments Download
A + chrome/browser/plugin_prefs.cc View 1 2 3 4 5 6 7 8 9 10 11 12 9 chunks +156 lines, -78 lines 0 comments Download
D chrome/browser/plugin_updater.h View 1 chunk +0 lines, -110 lines 0 comments Download
D chrome/browser/plugin_updater.cc View 1 chunk +0 lines, -355 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_dependency_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/flash_ui.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/plugins_ui.cc View 7 chunks +36 lines, -31 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Bernhard Bauer
Please review. Elliot: ProfileKeyedService stuff Evan: WebUI stuff Thanks!
9 years, 4 months ago (2011-08-04 15:40:45 UTC) #1
Evan Stade
I'm technically an owner of webui but I think it's probably better if you find ...
9 years, 4 months ago (2011-08-04 16:46:06 UTC) #2
Elliot Glaysher
http://codereview.chromium.org/7564006/diff/5025/chrome/browser/plugin_prefs.cc File chrome/browser/plugin_prefs.cc (right): http://codereview.chromium.org/7564006/diff/5025/chrome/browser/plugin_prefs.cc#newcode14 chrome/browser/plugin_prefs.cc:14: #include "base/synchronization/lock.h" I don't see you using a lock ...
9 years, 4 months ago (2011-08-04 17:51:00 UTC) #3
Bernhard Bauer
Trung, can you take a look at plugins_ui.cc? Finnur, flash_ui.cc? Thanks! http://codereview.chromium.org/7564006/diff/5025/chrome/browser/plugin_prefs.cc File chrome/browser/plugin_prefs.cc (right): ...
9 years, 4 months ago (2011-08-05 13:42:19 UTC) #4
Finnur
flash_ui.cc LGTM. On Fri, Aug 5, 2011 at 06:42, <bauerb@chromium.org> wrote: > Trung, can you ...
9 years, 4 months ago (2011-08-05 15:59:22 UTC) #5
Bernhard Bauer
Ping? Note that I made PluginPrefs refcounted again (sorry for flip-flopping here, I've got couple ...
9 years, 4 months ago (2011-08-09 15:27:45 UTC) #6
Dmitry Polukhin
I agree changes in login_utils.cc should be fine now.
9 years, 4 months ago (2011-08-09 15:49:51 UTC) #7
Elliot Glaysher
Why did you remove the initialization in profile_dependency_manager.cc? Even if there are no dependencies now, ...
9 years, 4 months ago (2011-08-09 17:53:29 UTC) #8
Bernhard Bauer
On 2011/08/09 17:53:29, Elliot Glaysher wrote: > Why did you remove the initialization in profile_dependency_manager.cc? ...
9 years, 4 months ago (2011-08-10 09:04:44 UTC) #9
Elliot Glaysher
9 years, 4 months ago (2011-08-10 19:06:37 UTC) #10
LGTM after adding initialization back

http://codereview.chromium.org/7564006/diff/20001/chrome/browser/profiles/pro...
File chrome/browser/profiles/profile_dependency_manager.cc (right):

http://codereview.chromium.org/7564006/diff/20001/chrome/browser/profiles/pro...
chrome/browser/profiles/profile_dependency_manager.cc:43:
PluginPrefs::Initialize();
nit: alphabetize

Powered by Google App Engine
This is Rietveld 408576698