Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Camille, would you mind taking a look at the two files in content/*?
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. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
CONTENT_EXPORT BASE_DECLARE_FEATURE(kDevToolsGreenDevUi);
Should this be in content/? It seems to only be used in chrome/ so far.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Auto-Submit | +1 |
Commit-Queue | +1 |
Switching reviewers (code moved between files, owner needed for new files, but no longer for old files)
CONTENT_EXPORT BASE_DECLARE_FEATURE(kDevToolsGreenDevUi);
Should this be in content/? It seems to only be used in chrome/ so far.
You are correct. This does not need to be in content/
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
could you please link an issue?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
BASE_DECLARE_FEATURE(kDevToolsGreenDevUi);
does it need to be in the ui_devtools? it sounds like it should not be defined here
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Auto-Submit | +1 |
does it need to be in the ui_devtools? it sounds like it should not be defined here
Ah, my bad. I forgot to remove this file from the CL.
And that also means Sylvain is off the hook, and this probably is the cause of the weird error..
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. |
[GreenDev]: Add feature flag for the project.
... and pass it down into DevTools.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |