• default browser check should run only on release build and

    darkdh committed Oct 19, 2016
    BRAVE_IS_DEFAULT_BROWSER for test purpose
    
    fix #4958
    
    Auditors: @bridiver, @bbondy
    
    Test Plan:
    1. Make sure there is no session data
    2. npm run start/test should not popup the check default browser modal
    and overrides brave as default browser.
    3. BRAVE_IS_DEFAULT_BROWSER=true npm run start/test should not popup the check default browser modal
    and overrides brave as default browser.
    4. BRAVE_IS_DEFAULT_BROWSER=false npm run start/test should popup the check default browser modal
    and overrides brave not be default browser.