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

Issue 195813007: Remove ExtensionService::IsExternalExtensionUninstalled() (Closed)

Created:
6 years, 9 months ago by Devlin
Modified:
6 years, 9 months ago
Reviewers:
Yoyo Zhou
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Remove ExtensionService::IsExternalExtensionUninstalled() Replace with ExtensionPrefs::IsExternalExtensionUninstalled() BUG=351891 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259081

Patch Set 1 : #

Total comments: 3

Patch Set 2 : Latest master #

Patch Set 3 : Latest master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -30 lines) Patch
M chrome/browser/extensions/extension_service.h View 1 2 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 3 chunks +2 lines, -7 lines 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_sync_service.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/pending_extension_manager.h View 1 2 3 chunks +9 lines, -1 line 0 comments Download
M chrome/browser/extensions/pending_extension_manager.cc View 1 2 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/extensions/test_extension_service.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/extensions/test_extension_service.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/extensions/updater/extension_updater_unittest.cc View 1 2 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
Devlin
When time allows
6 years, 9 months ago (2014-03-14 15:38:36 UTC) #1
Yoyo Zhou
LGTM https://chromiumcodereview.appspot.com/195813007/diff/20001/extensions/browser/pending_extension_manager.cc File extensions/browser/pending_extension_manager.cc (right): https://chromiumcodereview.appspot.com/195813007/diff/20001/extensions/browser/pending_extension_manager.cc#newcode157 extensions/browser/pending_extension_manager.cc:157: if (ExtensionPrefs::Get(context_)->IsExternalExtensionUninstalled(id)) Could also use service->GetBrowserContext here.
6 years, 9 months ago (2014-03-18 01:23:36 UTC) #2
Devlin
https://chromiumcodereview.appspot.com/195813007/diff/20001/extensions/browser/pending_extension_manager.cc File extensions/browser/pending_extension_manager.cc (right): https://chromiumcodereview.appspot.com/195813007/diff/20001/extensions/browser/pending_extension_manager.cc#newcode157 extensions/browser/pending_extension_manager.cc:157: if (ExtensionPrefs::Get(context_)->IsExternalExtensionUninstalled(id)) On 2014/03/18 01:23:37, Yoyo Zhou wrote: > ...
6 years, 9 months ago (2014-03-18 17:24:12 UTC) #3
Yoyo Zhou
https://chromiumcodereview.appspot.com/195813007/diff/20001/extensions/browser/pending_extension_manager.cc File extensions/browser/pending_extension_manager.cc (right): https://chromiumcodereview.appspot.com/195813007/diff/20001/extensions/browser/pending_extension_manager.cc#newcode157 extensions/browser/pending_extension_manager.cc:157: if (ExtensionPrefs::Get(context_)->IsExternalExtensionUninstalled(id)) On 2014/03/18 17:24:12, D Cronin wrote: > ...
6 years, 9 months ago (2014-03-22 00:34:37 UTC) #4
Devlin
The CQ bit was checked by rdevlin.cronin@chromium.org
6 years, 9 months ago (2014-03-23 17:44:27 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/195813007/40001
6 years, 9 months ago (2014-03-23 17:44:40 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-23 17:45:57 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-23 17:45:58 UTC) #8
Devlin
The CQ bit was checked by rdevlin.cronin@chromium.org
6 years, 9 months ago (2014-03-23 21:56:49 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/195813007/40001
6 years, 9 months ago (2014-03-23 21:56:56 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-23 22:25:12 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-23 22:25:12 UTC) #12
Devlin
The CQ bit was checked by rdevlin.cronin@chromium.org
6 years, 9 months ago (2014-03-24 02:50:21 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/195813007/40001
6 years, 9 months ago (2014-03-24 02:50:25 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-24 02:53:03 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-24 02:53:03 UTC) #16
Devlin
The CQ bit was checked by rdevlin.cronin@chromium.org
6 years, 9 months ago (2014-03-24 18:13:40 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/195813007/40001
6 years, 9 months ago (2014-03-24 18:14:14 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-24 18:14:28 UTC) #19
commit-bot: I haz the power
Failed to apply patch for chrome/browser/extensions/pending_extension_manager.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 9 months ago (2014-03-24 18:14:29 UTC) #20
Devlin
The CQ bit was checked by rdevlin.cronin@chromium.org
6 years, 9 months ago (2014-03-24 21:37:51 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/195813007/60001
6 years, 9 months ago (2014-03-24 21:38:17 UTC) #22
commit-bot: I haz the power
6 years, 9 months ago (2014-03-25 01:22:51 UTC) #23
Message was sent while issue was closed.
Change committed as 259081

Powered by Google App Engine
This is Rietveld 408576698