commit | 4d5b0d37e3203b7615f3640d187f480467cf4a8d | [log] [tgz] |
---|---|---|
author | Victor Vianna <victorvianna@google.com> | Fri Jun 04 12:29:50 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 04 12:29:50 2021 |
tree | 31892cd5996338fe270516845ac54959db0531b8 | |
parent | 7bb4b42c29164d0ff2a78747130a910d3f429a64 [diff] |
Revert "Remove kWebstoreOAuth2Scope from the scopes accessible with signin consent" This reverts commit 67a0ccf67c286b0bcc978cb5c09d00297445ddaf. Reason for revert: Causes DCHECK failure on startup. Original change's description: > Remove kWebstoreOAuth2Scope from the scopes accessible with signin consent > > This CL removes the kWebstoreOAuth2Scope from the list of OAuth scopes > accessibile at sign-in consent level as it was only ever used when the > user consented for sync - per > https://source.chromium.org/chromium/chromium/src/+/main:extensions/browser/updater/extension_downloader.cc;drc=fb5050df0efe31cba84f029967b69d4ffe654fc1;l=1202 > > Bug: None > Change-Id: I85dbee31734be9da1e364daeb5e186bc8f863011 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2935286 > Reviewed-by: Nohemi Fernandez <fernandex@chromium.org> > Commit-Queue: Mihai Sardarescu <msarda@chromium.org> > Cr-Commit-Position: refs/heads/master@{#888964} Fixed: 1216400 Change-Id: Ie3aa3fdb44ef97271136e016625e464b5e49c59a No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2940290 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: David Roger <droger@chromium.org> Reviewed-by: David Roger <droger@chromium.org> Auto-Submit: Victor Vianna <victorvianna@google.com> Cr-Commit-Position: refs/heads/master@{#889254}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.