Hi Andrea! Had a simple feature combine commit when you have a moment. The trybots passed on the first patchset, but I realized there was a redundant "public:" I could remove too while I was in messaging_apitest.cc. So the trybots are running again, but I think we can treat this as if the trybots have passed for review purposes. Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
// `loadTimes` , `csi`, etc. or deprecated APIs (e.g. `app`).nit: extra space
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// `loadTimes` , `csi`, etc. or deprecated APIs (e.g. `app`).Justin Lulejiannit: extra space
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
3 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: chrome/browser/extensions/api/messaging/messaging_apitest.cc
Insertions: 0, Deletions: 1.
The diff is too large to show. Please review the diff.
```
```
The name of the file: extensions/common/extension_features.h
Insertions: 1, Deletions: 1.
The diff is too large to show. Please review the diff.
```
[Extensions] Combine polyfill and browser namespace features.
Merges kRuntimeOnMessageWebExtensionPolyfillSupport and
kExtensionBrowserNamespaceAlternative into a single feature
kExtensionBrowserNamespaceAndPolyfillSupport. Updates references in the
renderer, common definitions, and tests to use the new feature flag.
This change, other than combining the features so now that one controls
both behaviors, should not change any existing behavior when the flag is
enabled or disabled.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |