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

Issue 1028213002: Destroy configurations created by VPN extension on disable (Closed)

Created:
5 years, 9 months ago by kaliamoorthi
Modified:
5 years, 9 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Destroy configurations created by VPN extension on disable The CL destroys VPN configurations created by an extension when the extension is disabled. BUG=468477 Committed: https://crrev.com/b92b69ac6bbae38ad5af4a969d6f189349f399ce Cr-Commit-Position: refs/heads/master@{#321984}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fixes comments from Philipp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -9 lines) Patch
M chrome/browser/extensions/api/vpn_provider/vpn_provider_apitest.cc View 1 1 chunk +51 lines, -0 lines 0 comments Download
M extensions/browser/api/vpn_provider/vpn_service.h View 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/vpn_provider/vpn_service.cc View 1 3 chunks +18 lines, -9 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
kaliamoorthi
PTAL
5 years, 9 months ago (2015-03-23 17:44:06 UTC) #2
pneubeck (no reviews)
https://codereview.chromium.org/1028213002/diff/1/extensions/browser/api/vpn_provider/vpn_service.cc File extensions/browser/api/vpn_provider/vpn_service.cc (right): https://codereview.chromium.org/1028213002/diff/1/extensions/browser/api/vpn_provider/vpn_service.cc#newcode479 extensions/browser/api/vpn_provider/vpn_service.cc:479: if (extension_registry_->disabled_extensions().Contains(extension->id())) { The documentation at ExtensionRegistryObserver::OnExtensionUnloaded https://code.google.com/p/chromium/codesearch#chromium/src/extensions/browser/extension_registry_observer.h&rcl=1427169200&l=35 is ...
5 years, 9 months ago (2015-03-24 08:55:26 UTC) #3
pneubeck (no reviews)
On 2015/03/24 08:55:26, pneubeck wrote: > https://codereview.chromium.org/1028213002/diff/1/extensions/browser/api/vpn_provider/vpn_service.cc > File extensions/browser/api/vpn_provider/vpn_service.cc (right): > > https://codereview.chromium.org/1028213002/diff/1/extensions/browser/api/vpn_provider/vpn_service.cc#newcode479 > ...
5 years, 9 months ago (2015-03-24 09:13:48 UTC) #4
kaliamoorthi
PTAL https://codereview.chromium.org/1028213002/diff/1/extensions/browser/api/vpn_provider/vpn_service.cc File extensions/browser/api/vpn_provider/vpn_service.cc (right): https://codereview.chromium.org/1028213002/diff/1/extensions/browser/api/vpn_provider/vpn_service.cc#newcode479 extensions/browser/api/vpn_provider/vpn_service.cc:479: if (extension_registry_->disabled_extensions().Contains(extension->id())) { On 2015/03/24 08:55:25, pneubeck wrote: ...
5 years, 9 months ago (2015-03-24 10:14:46 UTC) #5
pneubeck (no reviews)
lgtm
5 years, 9 months ago (2015-03-24 12:53:45 UTC) #6
kaliamoorthi
On 2015/03/24 12:53:45, pneubeck wrote: > lgtm Thanks Philipp.
5 years, 9 months ago (2015-03-24 12:58:54 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1028213002/20001
5 years, 9 months ago (2015-03-24 12:59:07 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-03-24 13:03:14 UTC) #10
commit-bot: I haz the power
5 years, 9 months ago (2015-03-24 13:04:03 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/b92b69ac6bbae38ad5af4a969d6f189349f399ce
Cr-Commit-Position: refs/heads/master@{#321984}

Powered by Google App Engine
This is Rietveld 408576698