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

Issue 2437213004: BrowserProcessImpl: don't call IsIsolateExtensionsEnabled() too early (Closed)

Created:
4 years, 2 months ago by ncarter (slow)
Modified:
4 years, 1 month ago
Reviewers:
CC:
chromium-reviews
Target Ref:
refs/pending/branch-heads/2883
Project:
chromium
Visibility:
Public.

Description

BrowserProcessImpl: don't call IsIsolateExtensionsEnabled() too early This fixes a bug where IsIsolateExtensionsEnabled() had been called prior to the field trials actually being initialized, so the call returned true regardless of the finch experiment state, resulting in a possible misconfiguration of security state. PreCreateThreads() seems to be the earliest place in BrowserProcessImpl where we can do this registration. BUG=657629 NOTRY=true NOPRESUBMIT=true TBR=creis@chromium.org Review-Url: https://chromiumcodereview.appspot.com/2438823003 Cr-Commit-Position: refs/heads/master@{#426852} (cherry picked from commit a0b7b87ea093cbb45f51c4ab1465b4e4115a5d99)

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -16 lines) Patch
M chrome/browser/browser_process_impl.cc View 2 chunks +20 lines, -16 lines 0 comments Download

Messages

Total messages: 9 (5 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2437213004/1
4 years, 1 month ago (2016-10-24 20:05:07 UTC) #3
commit-bot: I haz the power
Failed to commit the patch.
4 years, 1 month ago (2016-10-24 20:08:33 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2437213004/1
4 years, 1 month ago (2016-10-24 20:10:25 UTC) #7
commit-bot: I haz the power
4 years, 1 month ago (2016-10-24 20:13:27 UTC) #9
Message was sent while issue was closed.
Committed patchset #1 (id:1)

Powered by Google App Engine
This is Rietveld 408576698