| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
public content::WebContentsObserver {Why does it need to be a `WebContentsObserver`?
return protocol::Response::FallThrough();Is the fall-though intentional? Please add a code comment explaining why.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Why does it need to be a `WebContentsObserver`?
From a followup CL, removed it here.
Is the fall-though intentional? Please add a code comment explaining why.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// necesary.Please fix this WARNING reported by Spellchecker: "necesary" is a possible misspelling of "necessary".
To bypass Spellchecker, ad...
"necesary" is a possible misspelling of "necessary".
To bypass Spellchecker, add a footer with DISABLE_SPELLCHECKER
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Please fix this WARNING reported by Spellchecker: "necesary" is a possible misspelling of "necessary".
To bypass Spellchecker, ad...
"necesary" is a possible misspelling of "necessary".
To bypass Spellchecker, add a footer with DISABLE_SPELLCHECKER
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| 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/devtools/protocol/webmcp_handler.cc
Insertions: 3, Deletions: 2.
The diff is too large to show. Please review the diff.
```
Add webmcp cdp domain handler on the browser side
This will host tool call log events for cross document results and
invoking tools.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |