• nyquist's avatar
    Move blimp switches to core · 3f0f0534
    nyquist authored
    Currently the command line switches for blimp are in the app directory,
    but the code that will be using it will need to live in
    //blimp/client/core. This means that the switches should be made
    available to that code.
    
    It is not moved to the public directory because for now it should not
    be necessary for embedders to use them, and we should aim for the
    configurations there to be made available as real runtime APIs instead.
    
    BUG=611097
    
    Review-Url: https://codereview.chromium.org/2154363002
    Cr-Commit-Position: refs/heads/master@{#406100}
    3f0f0534
blimp_browser_test.cc 4.09 KB