• C
    Remove the enable_observatory instance variable from blink::Settings. (#3011) · 23dabd4b
    Chinmay Garde 提交于
    We used to be able to toggle observatory via a command line flag. But now, we enable or disable observatory based on the Flutter product mode.
    
    This also allows us to fix an issue where the —non-interactive flags was being hijacked by the Dart initialization logic to enable or disable observatory. However this flag was orignally meant for the standalone runner to launch either to run tests or to run a full graphics enabled window on the desktop.
    23dabd4b
settings.h 1.0 KB