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

Issue 115974: The extensions service wasn't getting inited despite being used by themes (th... (Closed)

Created:
11 years, 6 months ago by Glen Murphy
Modified:
9 years, 5 months ago
Reviewers:
Aaron Boodman
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

The extensions service wasn't getting inited despite being used by themes (this manifested itself as theme reinstall failing, because CheckCurrentVersion found the directory, but ExtensionService::extensions_ was empty). BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=17373

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -26 lines) Patch
M chrome/browser/extensions/extensions_service.cc View 5 2 chunks +23 lines, -11 lines 1 comment Download
M chrome/browser/extensions/extensions_service_unittest.cc View 4 chunks +22 lines, -5 lines 0 comments Download
M chrome/browser/profile.cc View 1 2 3 4 2 chunks +3 lines, -10 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Glen Murphy
11 years, 6 months ago (2009-05-30 23:10:14 UTC) #1
Aaron Boodman
On 2009/05/30 23:10:14, Glen Murphy wrote: > lgtm This looks fine, but it looks to ...
11 years, 6 months ago (2009-05-31 01:04:07 UTC) #2
Glen Murphy
Don't we need to unpack it to get to the manifest (and figure out if ...
11 years, 6 months ago (2009-05-31 01:14:53 UTC) #3
Glen Murphy
FWIW, this patch appears to cause the RendererCrashTest UI test to fail consistently (commenting out ...
11 years, 6 months ago (2009-05-31 07:39:01 UTC) #4
Glen Murphy
For lack of a better place to put this. It appears that this is caused ...
11 years, 6 months ago (2009-05-31 08:18:08 UTC) #5
Glen Murphy
Reuploaded with addition of an 'enabled_' state to UserScriptMaster, which seems cleaner than adding commandline+profile ...
11 years, 6 months ago (2009-06-01 18:32:41 UTC) #6
Glen Murphy
Rereuploaded. Themes now never fire EXTENSIONS_LOADED.
11 years, 6 months ago (2009-06-01 22:22:58 UTC) #7
Aaron Boodman
11 years, 6 months ago (2009-06-01 23:44:36 UTC) #8
lgtm

http://codereview.chromium.org/115974/diff/1021/21
File chrome/browser/extensions/extensions_service.cc (right):

http://codereview.chromium.org/115974/diff/1021/21#newcode341
Line 341: if (has_extension) {
Can you add:

TODO(aa): This can be re-enabled when BUG XXX is fixed.

Powered by Google App Engine
This is Rietveld 408576698