Chris, ptal. As per discussion in https://docs.google.com/document/d/1jw9oGpoRR-OOf57ItwS--U9INnaDOfpEodkPd4ZNFeA, this will make mime handler extensions use chip and bubble popup that normal extensions use
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Chris, ptal. As per discussion in https://docs.google.com/document/d/1jw9oGpoRR-OOf57ItwS--U9INnaDOfpEodkPd4ZNFeA, this will make mime handler extensions use chip and bubble popup that normal extensions use
Who of the owners do you think I shall ask to review this as well? I'd appreciate if you can suggest someone
| Code-Review | +1 |
Did some overall review, but mostly focusing on the location bar display bits. Overall LGTM, although individual owners may have more feedback.
I think one useful thing would be to upload some screenshots of the new UI with an example handler extension in a comment on the implementation bug.
#include "chrome/browser/extensions/extension_ui_util.h"include deletions here seem unexpected
content::WebContents* web_contents = GetWebContents();nit: Not needed (Maybe a remnant from earlier changes?)
namespace extensions {
namespace ui_util {Please fix this WARNING reported by ClangTidy: check: modernize-concat-nested-namespaces
nested namespaces can be concatenated...
check: modernize-concat-nested-namespaces
nested namespaces can be concatenated (https://clang.llvm.org/extra/clang-tidy/checks/modernize/concat-nested-namespaces.html)
(Note: You can add `Skip-Clang-Tidy-Checks: modernize-concat-nested-namespaces` footer to the CL description to skip the check)
(Lint observed on `linux-clang-tidy-rel`, but not on `android-clang-tidy-rel`)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
content::WebContents* web_contents = GetWebContents();nit: Not needed (Maybe a remnant from earlier changes?)
Done
Please fix this WARNING reported by ClangTidy: check: modernize-concat-nested-namespaces
nested namespaces can be concatenated...
check: modernize-concat-nested-namespaces
nested namespaces can be concatenated (https://clang.llvm.org/extra/clang-tidy/checks/modernize/concat-nested-namespaces.html)
(Note: You can add `Skip-Clang-Tidy-Checks: modernize-concat-nested-namespaces` footer to the CL description to skip the check)
(Lint observed on `linux-clang-tidy-rel`, but not on `android-clang-tidy-rel`)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Andy, please review //e/b/mime_handler
Devlin, please review //c/b/extensions
Daniel, please review //chrome/browser/ui/views/location_bar/ and page_info (if possible)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |