commit | 4eb05d6135c56e3f91c168d97b480141d7883a14 | [log] [tgz] |
---|---|---|
author | Emilia Paz <emiliapaz@chromium.org> | Thu Feb 25 20:08:03 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 25 20:08:03 2021 |
tree | c15d4fae9878e80d92fe9c0e7730210ba17d5554 | |
parent | d7810be7a44c16070f6cc8813838b0b73541f1b1 [diff] |
[Extensions] Remove NOTIFICATION_EXTENSION_LOAD_ERROR from test files The NotificationService is deprecated. Added a LoadErrorReporterWaiter in //chrome to move WaitForExtensionLoadError from //extension to //chrome to avoid dependencies from //chrome. Thus ChromeTestExtensionLoader and ExtensionPolicyTest will instead call the waiter. Finished removing all NOTIFICATION_EXTENSION_LOAD_ERROR, thus removed the load error from NotificationType enum. Bug: 1174731 Change-Id: I6c187ed4a1686e9624897b018e21a024a3d2f631 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2691578 Reviewed-by: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by: Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Emilia Paz <emiliapaz@chromium.org> Cr-Commit-Position: refs/heads/master@{#857770}
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.