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

Issue 1985093002: ppapi: PPB_VpnProvider: Implement permission check (Closed)

Created:
4 years, 7 months ago by adrian.belgun
Modified:
4 years, 7 months ago
Reviewers:
bbudge, *boliu, *sky, *piman
CC:
chromium-reviews, darin-cc_chromium.org, jam, android-webview-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ppapi: PPB_VpnProvider: Implement permission check Infrastructure needed for checking for the "vpnProvider" permission. BUG=506490 Committed: https://crrev.com/d54465ba8954149b9bdc0b978694a837ff2bd166 Cr-Commit-Position: refs/heads/master@{#394375}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Respond to reviews. #

Total comments: 6

Patch Set 3 : Nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -0 lines) Patch
M android_webview/browser/aw_content_browser_client.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M android_webview/browser/aw_content_browser_client.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/browser/plugins/chrome_content_browser_client_plugins_part.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
M content/public/browser/content_browser_client.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M content/public/browser/content_browser_client.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
adrian.belgun
sky@chromium.org: Please review changes in chrome/browser/ boliu@chromium.org: Please review changes in android_webview/ piman@chromium.org: Please review ...
4 years, 7 months ago (2016-05-17 16:57:00 UTC) #3
piman
lgtm
4 years, 7 months ago (2016-05-17 17:05:33 UTC) #4
boliu
rs lgtm
4 years, 7 months ago (2016-05-17 17:14:33 UTC) #5
sky
https://codereview.chromium.org/1985093002/diff/1/chrome/browser/chrome_content_browser_client.h File chrome/browser/chrome_content_browser_client.h (right): https://codereview.chromium.org/1985093002/diff/1/chrome/browser/chrome_content_browser_client.h#newcode231 chrome/browser/chrome_content_browser_client.h:231: bool AllowPepperVpnProviderAPI(content::BrowserContext* browser_context, Similar comment on naming here. https://codereview.chromium.org/1985093002/diff/1/chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc ...
4 years, 7 months ago (2016-05-17 19:08:37 UTC) #6
adrian.belgun
Thanks for the reviews! Uploaded a new patch set. https://codereview.chromium.org/1985093002/diff/1/chrome/browser/chrome_content_browser_client.h File chrome/browser/chrome_content_browser_client.h (right): https://codereview.chromium.org/1985093002/diff/1/chrome/browser/chrome_content_browser_client.h#newcode231 chrome/browser/chrome_content_browser_client.h:231: ...
4 years, 7 months ago (2016-05-17 20:13:32 UTC) #7
sky
LGTM https://codereview.chromium.org/1985093002/diff/20001/chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc File chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc (right): https://codereview.chromium.org/1985093002/diff/20001/chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc#newcode121 chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc:121: if (!profile) { nit: no {} https://codereview.chromium.org/1985093002/diff/20001/chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc#newcode126 chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc:126: ...
4 years, 7 months ago (2016-05-17 21:12:40 UTC) #8
bbudge
LGTM w/nit https://codereview.chromium.org/1985093002/diff/20001/chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc File chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc (right): https://codereview.chromium.org/1985093002/diff/20001/chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc#newcode136 chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc:136: if (permissions_data->HasAPIPermission( nit: Instead of local permissions_data, ...
4 years, 7 months ago (2016-05-18 07:28:35 UTC) #9
adrian.belgun
Thank you for reviewing this. https://codereview.chromium.org/1985093002/diff/20001/chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc File chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc (right): https://codereview.chromium.org/1985093002/diff/20001/chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc#newcode121 chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc:121: if (!profile) { On ...
4 years, 7 months ago (2016-05-18 09:09:54 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1985093002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1985093002/40001
4 years, 7 months ago (2016-05-18 09:10:25 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-18 10:04:08 UTC) #14
commit-bot: I haz the power
4 years, 7 months ago (2016-05-18 10:05:34 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/d54465ba8954149b9bdc0b978694a837ff2bd166
Cr-Commit-Position: refs/heads/master@{#394375}

Powered by Google App Engine
This is Rietveld 408576698