public performance_scenarios::PerformanceScenarioObserver {You're missing Add(Matching)Observer() registration
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
public performance_scenarios::PerformanceScenarioObserver {You're missing Add(Matching)Observer() registration
| 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. |
| Code-Review | +1 |
void OnInputScenarioChanged(Nit: add a `// PerformanceScenarioObserver implementation:` comment.
if (base::FeatureList::IsEnabled(kInputHandlingModeFromPerformanceScenario)) {Nit: I would put the feature check around `AddObserver()` and `RemoveObserver()`. That way you don't get extra do-nothing notifications if the feature is disabled. This function will just never be called if the observer's never added.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
Nit: add a `// PerformanceScenarioObserver implementation:` comment.
Done
if (base::FeatureList::IsEnabled(kInputHandlingModeFromPerformanceScenario)) {Nit: I would put the feature check around `AddObserver()` and `RemoveObserver()`. That way you don't get extra do-nothing notifications if the feature is disabled. This function will just never be called if the observer's never added.
| 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. |
[renderer] Fix input mode using PerformanceScenario
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |