Gemini helped with this CL.
Daniel: PTAL at //services
Alex: PTAL at the rest
Thanks!
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
BASE_FEATURE(kDevToolsIndividualRequestThrottling,
any reason not to have the feature in chrome/browser/devtools/features.cc?
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. |
BASE_FEATURE(kDevToolsIndividualRequestThrottling,
any reason not to have the feature in chrome/browser/devtools/features.cc?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
BASE_FEATURE(kDevToolsIndividualRequestThrottling,
Philip Pfaffeany reason not to have the feature in chrome/browser/devtools/features.cc?
can //services depend on //chrome/browser?
No, I do not think so but we could use the devtools feature flag to configure the network service in the way we need without the need for the flag to live in the network service?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
BASE_FEATURE(kDevToolsIndividualRequestThrottling,
Philip Pfaffeany reason not to have the feature in chrome/browser/devtools/features.cc?
can //services depend on //chrome/browser?
Ah, I was planning to also guard the pattern matching usage in the network service with this flag. I don't have strong feelings about that though.
BASE_FEATURE(kDevToolsIndividualRequestThrottling,
Philip Pfaffeany reason not to have the feature in chrome/browser/devtools/features.cc?
Philip Pfaffecan //services depend on //chrome/browser?
Ah, I was planning to also guard the pattern matching usage in the network service with this flag. I don't have strong feelings about that though.
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. |
BASE_FEATURE(kDevToolsIndividualRequestThrottling,
Philip Pfaffeany reason not to have the feature in chrome/browser/devtools/features.cc?
Philip Pfaffecan //services depend on //chrome/browser?
Philip PfaffeAh, I was planning to also guard the pattern matching usage in the network service with this flag. I don't have strong feelings about that though.
Moved it over! Lost the +1 though :)
Done
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. |
Add DevToolsIndividualRequestThrottling flag
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |