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

Issue 3166023: When extension is blacklisted by admin policy, it should be removed if alread... (Closed)

Created:
10 years, 4 months ago by Finnur
Modified:
9 years, 6 months ago
Reviewers:
Aaron Boodman
CC:
chromium-reviews, Aaron Boodman, Erik does not do reviews, Paweł Hajdan Jr., pam+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

When extension is blacklisted by admin policy, it should be removed if already running. (Attempt 2 at landing this, this time with changes to fix Enabledness unit test) BUG=51689 TEST=ExtensionsServiceTest.BlacklistedByPolicyRemovedIfRunning Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=56987

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -26 lines) Patch
M chrome/browser/extensions/extension_message_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_message_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_prefs.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_updater_unittest.cc View 1 chunk +11 lines, -7 lines 0 comments Download
M chrome/browser/extensions/extensions_service.h View 1 3 chunks +9 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extensions_service.cc View 1 4 chunks +36 lines, -1 line 0 comments Download
M chrome/browser/extensions/extensions_service_unittest.cc View 3 chunks +44 lines, -11 lines 0 comments Download
M chrome/browser/profile_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Finnur
This is identical to the old changelist, except for: Moved the ProfileDestroyed function into the ...
10 years, 4 months ago (2010-08-20 11:50:23 UTC) #1
Aaron Boodman
lgtm otherwise http://codereview.chromium.org/3166023/diff/1/4 File chrome/browser/extensions/extensions_service.cc (right): http://codereview.chromium.org/3166023/diff/1/4#newcode800 chrome/browser/extensions/extensions_service.cc:800: void ExtensionsService::ProfileDestroyed() { Sorry for nit'ing, but ...
10 years, 4 months ago (2010-08-20 17:06:43 UTC) #2
Finnur
10 years, 4 months ago (2010-08-20 20:46:19 UTC) #3
Good idea. I also changed the the one in ExtensionMessageService, to be
consistent, uploaded and sent it for the try servers. I'll check in after it
goes green.

Powered by Google App Engine
This is Rietveld 408576698