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

Issue 9133023: Fix default apps losing the "bookmark app" bit once they get updated. (Closed)

Created:
8 years, 11 months ago by Mihai Parparita -not on Chrome
Modified:
8 years, 11 months ago
Reviewers:
Aaron Boodman
CC:
chromium-reviews, Aaron Boodman, mihaip+watch_chromium.org
Visibility:
Public.

Description

Fix default apps losing the "bookmark app" bit once they get updated. The fix has two components: - For updates from now on, we preserve the "bookmark app" bit if the currently installed extension has it. - For users that already had their default apps updated and they lost that bit, we read the creation flags from the ExternalExtensionProvider that owns it (if any). BUG=109791 R=aa@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=117924

Patch Set 1 #

Patch Set 2 : Fix clang build error. #

Patch Set 3 : Fix from_webstore #

Total comments: 2

Patch Set 4 : Fix method naming. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -20 lines) Patch
M chrome/browser/extensions/extension_service.cc View 1 2 3 1 chunk +29 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 1 2 3 6 chunks +69 lines, -18 lines 0 comments Download
M chrome/browser/extensions/external_extension_provider_impl.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/external_extension_provider_impl.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/extensions/external_extension_provider_interface.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Mihai Parparita -not on Chrome
8 years, 11 months ago (2012-01-14 02:24:27 UTC) #1
Aaron Boodman
lgtm w/ nit http://codereview.chromium.org/9133023/diff/1010/chrome/browser/extensions/external_extension_provider_interface.h File chrome/browser/extensions/external_extension_provider_interface.h (right): http://codereview.chromium.org/9133023/diff/1010/chrome/browser/extensions/external_extension_provider_interface.h#newcode86 chrome/browser/extensions/external_extension_provider_interface.h:86: virtual int creation_flags() const = 0; ...
8 years, 11 months ago (2012-01-15 06:09:18 UTC) #2
Mihai Parparita -not on Chrome
https://chromiumcodereview.appspot.com/9133023/diff/1010/chrome/browser/extensions/external_extension_provider_interface.h File chrome/browser/extensions/external_extension_provider_interface.h (right): https://chromiumcodereview.appspot.com/9133023/diff/1010/chrome/browser/extensions/external_extension_provider_interface.h#newcode86 chrome/browser/extensions/external_extension_provider_interface.h:86: virtual int creation_flags() const = 0; On 2012/01/15 06:09:18, ...
8 years, 11 months ago (2012-01-17 17:22:55 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mihaip@chromium.org/9133023/10001
8 years, 11 months ago (2012-01-17 17:23:07 UTC) #4
commit-bot: I haz the power
8 years, 11 months ago (2012-01-17 18:40:57 UTC) #5
Change committed as 117924

Powered by Google App Engine
This is Rietveld 408576698